Re: Select START and MAXVALUE from Sequence - Mailing list pgsql-novice

From Jasen Betts
Subject Re: Select START and MAXVALUE from Sequence
Date
Msg-id gm16th$6a2$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Postgesql lib  ("Lukas" <lukas@fmf.vtu.lt>)
List pgsql-novice
On 2009-01-27, Lukas <lukas@fmf.vtu.lt> wrote:
> Hello,
>
>
>  Is here any way to get START and MAXVALUE from sequence in select query.
> I mean something like this:
> Select startval('MySeq'); --This can not work of course.

SELECT * FROM name_of_sequence;


pgsql-novice by date:

Previous
From: Rodrigo E. De León Plicet
Date:
Subject: Re: REALLY stupid question
Next
From: Jasen Betts
Date:
Subject: Re: Select START and MAXVALUE from Sequence