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.rash...@gmail.com> Reviewed-by: Nathan Bossart <nathandboss...@gmail.com> Discussion: https://postgr.es/m/caezatcv+9tr9+wm-sccdbez3x7wvxupadd5jx9wegx97z4l...@mail.gmail.com Backpatch-through: 15 Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/ba33505c5fe47d793aeec25b1b321b6d39dec8fb Modified Files -------------- doc/src/sgml/ref/merge.sgml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)