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

Started by Bruce Momjianover 5 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/89cdf1b65e6b64c3bd784717ee4429e9db5eaf8d

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