feature request

Поиск
Список
Период
Сортировка
От sad
Тема feature request
Дата
Msg-id 200308110932.15448.sad@bankir.ru
обсуждение исходный текст
Список pgsql-bugs
hi all

it would be good to have RETURNING clause in INSERT,UPDATE,DELETE queries.
similar to Oracle's one but more clever.
Oracle's "RETURNING" is just a disguised independant SELECT wich is not=20
wanted.
i found "RETURNING" usable if it returns just inserted or just deleted reco=
rd.
e.g. i have some DEFAULTS in field declarations and want to see what values=
=20
actually sot by the last insert.
now i forced to call SELECT after insert.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER TABLE table RENAME TO sould change also sequence name
Следующее
От: Nils Philippsen
Дата:
Сообщение: Correct Unicode sorting depends on how initdb was run