pgsql: doc: Fix indentation of MERGE synopsis. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: doc: Fix indentation of MERGE synopsis.
Date
Msg-id E1uUiC2-003PNe-0B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix indentation of MERGE synopsis.

The convention in the documentation for other SQL commands is to
indent continuation lines and sub-clauses in the "Synopsis" section by
4 spaces, so do the same for MERGE.

Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/CAEZATCV+9tR9+WM-SCcdBEZ3x7WVxUpADD5jX9WeGX97z4LCGA@mail.gmail.com
Backpatch-through: 15

Branch
------
REL_16_STABLE

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

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


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Expand virtual generated columns for ALTER COLUMN TYPE
Next
From: Fujii Masao
Date:
Subject: pgsql: Make CREATE TABLE LIKE copy comments on NOT NULL constraints whe