pgsql: Doc fixes for MERGE statement - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Doc fixes for MERGE statement
Date
Msg-id E1oWcYt-0028zA-FX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc fixes for MERGE statement

In commit 3d895bc846f2 I introduced a bogus semicolon mid-statement by
careless cut-n-paste; move it.  This had already been reported by Justin
Pryzby.

Also, change the styling a bit by avoiding names in CamelCase.  This is
more consistent with the style we use elsewhere.

Backpatch to 15.

Author: Vitaly Burovoy <vitaly.burovoy@gmail.com>
Reviewed-by: Vik Fearing <vik@postgresfriends.org>
Discussion: https://postgr.es/m/9afe5766-5a61-7860-598c-136867fad065@gmail.com
Discussion: https://postgr.es/m/20220819133016.GV26426@telsasoft.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5bb88967ed5cdfda05969557068229196d171276

Modified Files
--------------
doc/src/sgml/ref/merge.sgml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Doc fixes for MERGE statement
Next
From: Tom Lane
Date:
Subject: pgsql: Reject bogus output from uuid_create(3).