From a659e789b743f1a4b977a1ffc7402ab618a9f68c Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Thu, 3 Dec 2020 10:28:58 -0500
Subject: 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
---
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(-)
diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml
index 4aae8b193de..1f614111350 100644
--- a/doc/src/sgml/ref/pg_controldata.sgml
+++ b/doc/src/sgml/ref/pg_controldata.sgml
@@ -25,8 +25,8 @@ PostgreSQL documentation
option
-
+
datadir
diff --git a/doc/src/sgml/ref/pg_resetwal.sgml b/doc/src/sgml/ref/pg_resetwal.sgml
index 3b6c32c8d32..338ec6b8e41 100644
--- a/doc/src/sgml/ref/pg_resetwal.sgml
+++ b/doc/src/sgml/ref/pg_resetwal.sgml
@@ -23,18 +23,18 @@ PostgreSQL documentation
pg_resetwal
-
+
-
+
option
-
+
datadir
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
index 57414453337..a3b0f7ce319 100644
--- a/doc/src/sgml/ref/reindexdb.sgml
+++ b/doc/src/sgml/ref/reindexdb.sgml
@@ -28,8 +28,8 @@ PostgreSQL documentation
-
+
schema
@@ -38,8 +38,8 @@ PostgreSQL documentation
-
+
table
@@ -48,8 +48,8 @@ PostgreSQL documentation
-
+
index
@@ -64,8 +64,8 @@ PostgreSQL documentation
option
-
+
@@ -75,8 +75,8 @@ PostgreSQL documentation
option
-
+
dbname
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index a90fc9322f9..efd1d6c1e64 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -28,8 +28,8 @@ PostgreSQL documentation
-
+
table
( column [,...] )
@@ -44,8 +44,8 @@ PostgreSQL documentation
connection-option
option
-
+
--
cgit v1.2.3