Re: How to find the definition of a sequence ? - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: How to find the definition of a sequence ?
Date
Msg-id bc7fj5$iek$1@main.gmane.org
Whole thread Raw
In response to How to find the definition of a sequence ?  (Liviu BURCUSEL <liviu@voxline.ro>)
List pgsql-general
SELECT * FROM seq_id_top

Liviu BURCUSEL schrieb:
> Hi !
> I have a database created by a friend of mine. In it there is a sequence
> called seq_id_top. How can I find out its definition (start, increment,
> max value) ?
>
> I use version 7.3.2
>
> Many thanks in advance,


pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: insert question..
Next
From: Rory Campbell-Lange
Date:
Subject: Re: Options for select from function returning record?