Re: OID Usage

Поиск
Список
Период
Сортировка
От Bo Lorentsen
Тема Re: OID Usage
Дата
Msg-id 41E78BD5.8010604@netgroup.dk
обсуждение исходный текст
Ответ на Re: OID Usage  (Michael Glaesemann <grzm@myrealbox.com>)
Ответы Re: OID Usage
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: OID Usage
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Functions that return RECORD type