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-0004FI-6J@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT'sFROM
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
------
REL_10_STABLE

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

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().