pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM
Date
Msg-id E1jJNY8-0004FL-6f@gemulon.postgresql.org
Whole thread Raw
List 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/968d4724-8e58-788f-7c45-f7b1813824cc@imap.cc

Backpatch-through: 9.5

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f40f44f1e7e70ca235c9b079e9849ee352449be8

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Still another try at stabilizing stats_ext test results.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix race condition in statext_store().