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_11_STABLE
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(-)
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. |