Re: Define and document a guaranteed ordering for RETURNING? - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Define and document a guaranteed ordering for RETURNING?
Date
Msg-id CAMsr+YGDX8qTKPWj23hBAupCOo3C4zMccvsi6aHVViakcP-ndA@mail.gmail.com
Whole thread Raw
In response to Define and document a guaranteed ordering for RETURNING?  (Craig Ringer <craig@2ndquadrant.com>)
List 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 by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Overhauling our interrupt handling
Next
From: Michael Paquier
Date:
Subject: Re: PATCH: Reducing lock strength of trigger and foreign key DDL