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
- merge-docs-synopsis-indentation-fix.patch (text/x-patch) patch
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
-
doc: Fix indentation of MERGE synopsis.
- ba33505c5fe4 15.14 landed
- 5d4033a06615 16.10 landed
- 457f1a92034b 17.6 landed
- eca624c6591b 18.0 landed