Re: Define and document a guaranteed ordering for RETURNING?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Define and document a guaranteed ordering for RETURNING?
Дата
Msg-id CAMsr+YGDX8qTKPWj23hBAupCOo3C4zMccvsi6aHVViakcP-ndA@mail.gmail.com
обсуждение исходный текст
Ответ на Define and document a guaranteed ordering for RETURNING?  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
Apparently I'm semi-blind - the docs also note that:

> If the INSERT command contains a RETURNING clause, the result will be similar to that of a SELECT statement containing the columns and values defined in the RETURNING list, computed over the row(s) inserted by the command.

... so perhaps it's enough to just explicitly mention that ordering is preserved.

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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Overhauling our interrupt handling
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: PATCH: Reducing lock strength of trigger and foreign key DDL