Re: Guidance on INSERT RETURNING order

From: Thorsten Glaser <tg(at)evolvis(dot)org>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Guidance on INSERT RETURNING order
Date: 2023-04-11 21:39:04
Message-ID: 8a57a79b-6e73-99b4-8f3a-859fccb5eb3b@evolvis.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 11 Apr 2023, Federico wrote:

>I was under the impression that when using INSERT SELECT ORDER BY the sequence
>ids were generated using the select order.

But someone said that’s not guaranteed, especially when INSERT will
be parallelised later.

bye,
//mirabilos
--
15:41⎜<Lo-lan-do:#fusionforge> Somebody write a testsuite for helloworld :-)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2023-04-11 21:45:59 Re: Guidance on INSERT RETURNING order
Previous Message Federico 2023-04-11 21:38:20 Re: Guidance on INSERT RETURNING order