Re: OID Usage - Mailing list pgsql-general

From Bo Lorentsen
Subject Re: OID Usage
Date
Msg-id 41E78BD5.8010604@netgroup.dk
Whole thread Raw
In response to Re: OID Usage  (Michael Glaesemann <grzm@myrealbox.com>)
Responses Re: OID Usage  (Christian Kratzer <ck-lists@cksoft.de>)
List pgsql-general
Michael Glaesemann wrote:

> You can use currval() to get the sequence value that was pulled from
> your insert. You can check the documentation for usage, as well as
> searching the archives for discussions of using OIDs as part of your
> database logic.

I know this, but i like not to know anything about the metadata of the
table i use. Basicly using the same functionality, as given in mysql in
the mysql_insert_id, as I use the same low level code for both DB's
(until my boss give in totally to PG :-)).

/BL

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: OID Usage
Next
From: Richard Huxton
Date:
Subject: Re: Functions that return RECORD type