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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/47c4843a03cac9c35d97ddc42868b157731d2032

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