Re: [PATCH] Enforce that INSERT...RETURNING preserves the order of multi rows

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: "P(dot) Christeas" <xrg(at)linux(dot)gr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Enforce that INSERT...RETURNING preserves the order of multi rows
Date: 2012-10-17 13:53:44
Message-ID: CAHyXU0xyAFnj=FrxcScsE9OuFN-C2-NCcVz6WRc=1Ydg16LhAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 17, 2012 at 7:38 AM, P. Christeas <xrg(at)linux(dot)gr> wrote:
> It has been a fact that the RETURNING clause on an INSERT will return
> multiple rows with the same order as multiple VALUES have been fed.

Is that defined in the standard?

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-10-17 13:56:22 Re: [PATCH] Enforce that INSERT...RETURNING preserves the order of multi rows
Previous Message Tom Lane 2012-10-17 13:51:17 Re: timezone change not in changelog ?