MERGE docs: indentation in synopsis section

Dean Rasheed <dean.a.rasheed@gmail.com>

From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-25T14:12:43Z
Lists: pgsql-hackers

Attachments

Looking at the docs for MERGE, I realised that the "Synopsis" is not
indented consistently with other pages -- the convention on almost
every other page seems to be to indent continuation lines and options
by 4 spaces. So I think we should do the same for MERGE, as in the
attached.

Regards,
Dean

Commits

  1. doc: Fix indentation of MERGE synopsis.