Re: MERGE docs: indentation in synopsis section

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-25T14:53:19Z
Lists: pgsql-hackers
On Wed, Jun 25, 2025 at 03:12:43PM +0100, Dean Rasheed wrote:
> 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.

Seems reasonable to me.

-- 
nathan



Commits

  1. doc: Fix indentation of MERGE synopsis.