pgsql: Doc fixes for MERGE statement

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc fixes for MERGE statement
Date: 2022-09-09 11:52:43
Message-ID: E1oWcYt-0028z9-FD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)burovoy(at)gmail(dot)com>
Reviewed-by: Vik Fearing <vik(at)postgresfriends(dot)org>
Discussion: https://postgr.es/m/9afe5766-5a61-7860-598c-136867fad065@gmail.com
Discussion: https://postgr.es/m/20220819133016.GV26426@telsasoft.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-09-09 11:52:44 pgsql: Doc fixes for MERGE statement
Previous Message Alvaro Herrera 2022-09-09 10:23:38 pgsql: Fix GetForeignKey*Triggers for self-referential FKs