Re: Select START and MAXVALUE from Sequence

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Select START and MAXVALUE from Sequence
Date: 2009-01-27 14:21:59
Message-ID: 20090127142159.GC15066@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In response to Lukas :
> Hello,
>
> yes it works - select min_value, max_value from MySeq;
> But what about start value? I tryed to select start_value but no luck..

min_value = start_value.
Why do need this value?

And, please no top-posting:

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Wright, George 2009-01-27 15:25:19 overhead for statistics collector
Previous Message Lukas 2009-01-27 14:03:47 Re: Select START and MAXVALUE from Sequence