Re: How to find the definition of a sequence ?

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to find the definition of a sequence ?
Date: 2003-06-11 14:52:48
Message-ID: bc7fj5$iek$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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,

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2003-06-11 14:53:34 Re: insert question..
Previous Message Liviu BURCUSEL 2003-06-11 14:47:17 How to find the definition of a sequence ?