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

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Alphabetize long options for pg_dump[all].
Date: 2025-04-30 18:08:39
Message-ID: E1uABrL-000MVz-1a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Alphabetize long options for pg_dump[all].

The current ordering strategy for these pages is to list the short
options in alphabetical order followed by the long options in
alphabetical order. If an option has both a short variant and a
long variant, the short variant takes precedence. This commit
moves a few recently added options to match this style. We should
probably adjust all pages and --help output to list the long and
short options in one combined alphabetical list (with the long
variants taking precedence), but that is a much larger change, so
it is left as a future exercise.

Oversights in commits a5cf808be5, 1fd1bd8710, and bde2fb797a.

Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/aBFBtsltgu3-IU1d%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f60420cff66a9089a9b431f9c07f4a29aae4990a

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 83 ++++++++++++------------
doc/src/sgml/ref/pg_dumpall.sgml | 136 +++++++++++++++++++--------------------
2 files changed, 109 insertions(+), 110 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-30 18:47:23 pgsql: Fix assertion failure in snapshot building
Previous Message Robert Haas 2025-04-30 17:15:46 Re: pgsql: Add function to log the memory contexts of specified backend pro