From 673b3c7ed934a5b3271671b4431880253f459971 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Dec 2020 10:28:58 -0500 Subject: [PATCH] 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/reindexdb.sgml | 10 +++++----- doc/src/sgml/ref/vacuumdb.sgml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index 08356ddd5fe..390dc5ebd58 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 5f96a3bb67f..e1125f38520 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 - + -- 2.39.5