Обсуждение: pgsql: docs: list single-letter options first in command-line summary

Поиск
Список
Период
Сортировка

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

От
Bruce Momjian
Дата:
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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/610e9f5b361e19f160fa27747e47d5495eb0f2ba

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