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 <[email protected]> Reviewed-by: Nathan Bossart <[email protected]> Discussion: https://postgr.es/m/caezatcv+9tr9+wm-sccdbez3x7wvxupadd5jx9wegx97z4l...@mail.gmail.com Backpatch-through: 15 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/457f1a92034b657bd0b5a2b739dfb4a7f0e1b03e Modified Files -------------- doc/src/sgml/ref/merge.sgml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)
