pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM
Date: 2020-03-31 20:31:52
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM

Previously the syntax and wording were unclear.

Reported-by: Alexey Bashtanov

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 9.5

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3ee692d82f8001c95f3154080886dd764e21d5b0

Modified Files
--------------
doc/src/sgml/ref/delete.sgml | 20 ++++++++++----------
doc/src/sgml/ref/update.sgml | 22 +++++++++++-----------
2 files changed, 21 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-31 21:06:29 pgsql: Fix race condition in statext_store().
Previous Message Tom Lane 2020-03-31 20:09:41 pgsql: Still another try at stabilizing stats_ext test results.