Re: [GENERAL] getting the currval of a sequence - Mailing list pgsql-general

From James Olin Oden
Subject Re: [GENERAL] getting the currval of a sequence
Date
Msg-id 81Aug13.093651edt.35713@gateway.lee.k12.nc.us
Whole thread Raw
In response to RE: [GENERAL] getting the currval of a sequence  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
List pgsql-general


> I think you should just go with what Vadim suggested and use:
>         select currval('my_sequence');
> This will be the same within a transaction, even if there is another
> transaction using the same sequence.

Sorry, I wasn't thinking of it happening in the same transaction.  In that
case that would be the thing to do.  If on the other hand you needed that
number over multiple transactions, wouldn't what I had suggested work?

...james

>




pgsql-general by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [GENERAL] getting the currval of a sequence
Next
From: "Jackson, DeJuan"
Date:
Subject: RE: [GENERAL] getting the currval of a sequence