Insert Documentation - Returning Clause and Order

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Insert Documentation - Returning Clause and Order
Date: 2020-12-09 15:40:21
Message-ID: CAKFQuwYK=8d_SjSoJQ0+b84oZtVgnJxOeyWYZoDmNQ6_SZ6q8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey,

Would it be accurate to add the following sentence to the INSERT
documentation under "Outputs"?

"...inserted or updated by the command." For a multiple-values insertion,
the order of output rows will match the order that rows are presented in
the values or query clause.

https://www.postgresql.org/docs/current/sql-insert.html

David J.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2020-12-09 16:37:43 Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*)
Previous Message Peter Eisentraut 2020-12-09 14:50:26 Re: get_constraint_index() and conindid