From 2434d60a2ae977a460eda401fd9f99cf619f4743 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Mon, 17 Apr 2023 11:09:17 +0200
Subject: Put new command-line option into sensible order in help output
We have two existing conventions for long options: either alphabetical
among short options, or all long options after all the short options.
But the convention apparently used here, next to a functionally
related option, is not one of them.
---
doc/src/sgml/ref/pg_waldump.sgml | 62 ++++++++++++++++++++--------------------
1 file changed, 31 insertions(+), 31 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml
index 300edc9fc41..e5f9637847e 100644
--- a/doc/src/sgml/ref/pg_waldump.sgml
+++ b/doc/src/sgml/ref/pg_waldump.sgml
@@ -241,6 +241,37 @@ PostgreSQL documentation
+
+
+
+
+
+ Only display records marked with the given transaction ID.
+
+
+
+
+
+
+
+
+
+ Display summary statistics (number and size of records and
+ full-page images) instead of individual records. Optionally
+ generate statistics per-record instead of per-rmgr.
+
+
+
+ If pg_waldump is terminated by signal
+ SIGINT
+ (ControlC),
+ the summary of the statistics computed is displayed up to the
+ termination point. This operation is not supported on
+ Windows.
+
+
+
+
@@ -307,37 +338,6 @@ PostgreSQL documentation
-
-
-
-
-
- Only display records marked with the given transaction ID.
-
-
-
-
-
-
-
-
-
- Display summary statistics (number and size of records and
- full-page images) instead of individual records. Optionally
- generate statistics per-record instead of per-rmgr.
-
-
-
- If pg_waldump is terminated by signal
- SIGINT
- (ControlC),
- the summary of the statistics computed is displayed up to the
- termination point. This operation is not supported on
- Windows.
-
-
-
-
--
cgit v1.2.3