alphabetize long options in pg_dump[all] docs

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Cc: pgsql@j-davis.com
Date: 2025-04-29T21:16:38Z
Lists: pgsql-hackers

Attachments

I noticed some of the new pg_dump[all] long options (e.g., --with-data,
--statistics-only) are not listed in alphabetical order in the docs.
Attached is a patch to fix that.

-- 
nathan

Commits

  1. doc: Alphabetize long options for pg_dump[all].