sequence value of the record just inserted.

From: Ben Kim <bkim(at)coe(dot)tamu(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: sequence value of the record just inserted.
Date: 2004-04-09 14:59:04
Message-ID: Pine.GSO.4.10.10404090954300.10715-100000@edsun.coe.tamu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Dear admins,

I have a table whose primary key is a record_id with serial type.

I would like to know, when I insert a new row, what was the value of the
record_id that I just inserted. Since this is a multi user application, I
cannot simply select max of the record_id or currval of the sequence.

I would appreciate an advice.

Regards,
Ben Kim

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2004-04-09 15:10:17 Re: Multiple disks
Previous Message Tom Lane 2004-04-09 12:51:06 Re: Trouble restoring 7.2.1 database into 7.4.2 database