Re: Select START and MAXVALUE from Sequence

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Select START and MAXVALUE from Sequence
Date: 2009-01-27 15:32:53
Message-ID: 15049.1233070373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"A. Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> writes:
> In response to Lukas :
>> But what about start value? I tryed to select start_value but no luck..

> min_value = start_value.

Well, that's typically but not necessarily true.

FYI, 8.4 and beyond will store the start_value separately.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Lukas 2009-01-27 16:21:08 Re: Select START and MAXVALUE from Sequence
Previous Message Lukas 2009-01-27 15:28:36 Re: Select START and MAXVALUE from Sequence