pgsql: doc: Alphabetize long options for pg_dump[all]. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: doc: Alphabetize long options for pg_dump[all].
Date
Msg-id E1uABrL-000MVz-1a@gemulon.postgresql.org
Whole thread Raw
List 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@kurilemu.de>
Reviewed-by: Peter Eisentraut <peter@eisentraut.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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Add missing string terminator
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix assertion failure in snapshot building