Re: finding current oid

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: finding current oid
Дата
Msg-id Pine.LNX.4.30.0107061709170.679-100000@peter.localdomain
обсуждение исходный текст
Ответ на finding current oid  ("postgresql" <pgsql@symcom.com>)
Список pgsql-sql
postgresql writes:

> Is there a way to return the current oid of a transaction?

Transactions don't have oids, only table rows do.  The libpq function
PQoidValue() will possibly give you the last affected oid.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Cross database foreign keys
Следующее
От: Wei Weng
Дата:
Сообщение: Is function atomic?