Re: How to get back the current count of a auto incrementing number. - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: How to get back the current count of a auto incrementing number.
Date
Msg-id 200501281728.33827.ghodechhap@ghodechhap.net
Whole thread Raw
In response to How to get back the current count of a auto incrementing number.  (sid tow <siddy_tow@yahoo.com>)
List pgsql-general
On Friday 28 Jan 2005 5:06 pm, sid tow wrote:
> hi
>
>      How to get the current value of a auto
> incrementing number generated using CREATE SEQUENCE
> seqname START 1
>
> Is there any way and if yes what is it. Can we run a
> select query and may be a inbuilt function which will
> return the current value of that number?

http://www.postgresql.org/docs/8.0/static/functions-sequence.html

HTH

 Shridhar

pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: How to get back the current count of a auto
Next
From: Sean Davis
Date:
Subject: Re: How to get back the current count of a auto incrementing number.