pgsql: docs: list single-letter options first in command-line summary

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: list single-letter options first in command-line summary
Date: 2020-12-03 15:29:27
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: list single-letter options first in command-line summary

In a few places, the long-version options were listed before the
single-letter ones in the command summary of a few commands. This
didn't match other commands, and didn't match the option ordering later
in the same reference page.

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/673b3c7ed934a5b3271671b4431880253f459971

Modified Files
--------------
doc/src/sgml/ref/reindexdb.sgml | 10 +++++-----
doc/src/sgml/ref/vacuumdb.sgml | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-12-03 16:33:40 pgsql: doc: remove unnecessary blank before command option text
Previous Message Heikki Linnakangas 2020-12-03 14:08:46 pgsql: Fix pg_rewind bugs when rewinding a standby server.