Re: How to find the definition of a sequence ?

From: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
To: "Liviu BURCUSEL" <liviu(at)voxline(dot)ro>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to find the definition of a sequence ?
Date: 2003-06-11 14:46:03
Message-ID: AB815D267EC31A4693CC24D234F8291604D64149@ACCLUST02EVS1.ugd.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

select * from seq_id_top

Travis

-----Original Message-----
From: Liviu BURCUSEL [mailto:liviu(at)voxline(dot)ro]
Sent: Wednesday, June 11, 2003 9:47 AM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] How to find the definition of a sequence ?

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,
--
Liviu BURCUSEL
Registered Linux User #221627
5:44pm up 8:13, 6 users, load average: 0.08, 0.09, 0.13

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Browse pgsql-general by date

  From Date Subject
Next Message Liviu BURCUSEL 2003-06-11 14:47:17 How to find the definition of a sequence ?
Previous Message Williams, Travis L, NPONS 2003-06-11 14:45:05 insert question..