Re: nooby q: how get a row just inserted? - Mailing list pgsql-general

From Kenneth Tilton
Subject Re: nooby q: how get a row just inserted?
Date
Msg-id 4A21D4E8.9010304@gmail.com
Whole thread Raw
In response to Re: nooby q: how get a row just inserted?  (Martin Gainty <mgainty@hotmail.com>)
Responses Re: nooby q: how get a row just inserted?
List pgsql-general

Martin Gainty wrote:
> yes i would suggest using OID
> included in Postgres distro is a sample create table,index named
> fti.pl
>
> does this answer your question?

oid would have been fine, but I am going with Rodrigo's suggestion to
simply use the returning option on insert which I somehow missed.

thx, ken


pgsql-general by date:

Previous
From: Martin Gainty
Date:
Subject: Re: nooby q: how get a row just inserted?
Next
From: Scott Marlowe
Date:
Subject: Re: nooby q: how get a row just inserted?