Re: insert without oids

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: insert without oids
Дата
Msg-id 20060113201958.GA99082@winnie.fuhr.org
обсуждение исходный текст
Ответ на insert without oids  (Michael Stone <mstone+postgres@mathom.us>)
Список pgsql-performance
On Fri, Jan 13, 2006 at 03:10:11PM -0500, Michael Stone wrote:
> Are there plans on updating the insert API for the post-OID world?

Are you looking for this TODO item?

* Allow INSERT/UPDATE ... RETURNING new.col or old.col

  This is useful for returning the auto-generated key for an INSERT.
  One complication is how to handle rules that run as part of the
  insert.

http://www.postgresql.org/docs/faqs.TODO.html

--
Michael Fuhr

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

Предыдущее
От: Michael Stone
Дата:
Сообщение: insert without oids
Следующее
От: Neil Conway
Дата:
Сообщение: Re: insert without oids