Re: [SQL] Getting last used oid

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [SQL] Getting last used oid
Дата
Msg-id 199912080019.TAA15142@candle.pha.pa.us
обсуждение исходный текст
Ответ на Getting last used oid  (John C Cusick <jcc2@juno.com>)
Список pgsql-sql
> To All,
> 
> How can I call up the last oid used in an insert statement? I've checked
> the docs (but not the source - getting a little big :-) by way of the
> TOC's and didn't see it. I'm assuming/hoping there is a function
> similar to  lastval, curval, nextval for sequences available to
> do this that I would like to use in a trigger to populate another table.
> 
> I also did a perusal of the new book, which looks *_really_* good so far,
> but it didn't have what I was hoping to find.
> 
> I can do it normally of course (select oid, 'last_inserted_unique_field')
> from table;) but
> i would like a more behind the scenes way.
6.6 or 7.0 will have a :LastOid variable in psql.  From libpq in C,
there are functions to access it.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Stuart Rison
Дата:
Сообщение: Re: [SQL] Fw: Whats happen here?
Следующее
От: Chris Griffin
Дата:
Сообщение: select distinct?