pgsql: Put new command-line option into sensible order in help output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Put new command-line option into sensible order in help output
Date
Msg-id E1poL20-003VeK-4B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put new command-line option into sensible order in help output

We have two existing conventions for long options: either alphabetical
among short options, or all long options after all the short options.
But the convention apparently used here, next to a functionally
related option, is not one of them.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2434d60a2ae977a460eda401fd9f99cf619f4743

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml | 62 ++++++++++++++++++++--------------------
src/bin/pg_waldump/pg_waldump.c  |  3 +-
2 files changed, 32 insertions(+), 33 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: remove notes about the version vacuumdb options are valid f
Next
From: Stephen Frost
Date:
Subject: pgsql: Update Kerberos/GSSAPI configure/meson check