OID stuff - Mailing list pgsql-novice

From Derek Clarkson
Subject OID stuff
Date
Msg-id 200301301004.54693.dhc@bigpond.net.au
Whole thread Raw
Responses Re: OID stuff  (Josh Berkus <josh@agliodbs.com>)
List pgsql-novice
Ahh,
    Thanks guys. I think I have it now. I've also been looking for a way to get
the id of a newly created record. Using MS SQL (pha! blah! cough! ;-) I could
use the scope_identity function to get the id of the record I have just
created for placing in foreign keys in subsequent inserts in other tables.

In Postgres, I have to use the 'get diagnostics var = result_oid' statement to
get the oid of the new record, then do a select on the table to get the
sequence column value for the new record using this oid, to obtain the new
sequence value.

Is this the best way to do this ?

cio
--
Derek Clarkson
Web: http://users/bigpond/net/au/drekka


pgsql-novice by date:

Previous
From: "Alain Gougeon"
Date:
Subject: Re: New and investigating
Next
From: Josh Berkus
Date:
Subject: Re: OID stuff