summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-04-17 11:09:17 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-04-17 11:09:17 +0200
commit2434d60a2ae977a460eda401fd9f99cf619f4743 (patch)
tree39e3cf87fb5a4b63c5e8b0419dd5ee0f937f98e6 /doc
parentfde9c068818246f6d79649eff355a2b95106991d (diff)
downloadpostgresql-2434d60a2ae977a460eda401fd9f99cf619f4743.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ref/pg_waldump.sgml62
1 files changed, 31 insertions, 31 deletions
diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml
index 300edc9fc4..e5f9637847 100644
--- a/doc/src/sgml/ref/pg_waldump.sgml
+++ b/doc/src/sgml/ref/pg_waldump.sgml
@@ -242,6 +242,37 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>-x <replaceable>xid</replaceable></option></term>
+ <term><option>--xid=<replaceable>xid</replaceable></option></term>
+ <listitem>
+ <para>
+ Only display records marked with the given transaction ID.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-z</option></term>
+ <term><option>--stats[=record]</option></term>
+ <listitem>
+ <para>
+ 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.
+ </para>
+
+ <para>
+ If <application>pg_waldump</application> is terminated by signal
+ <systemitem>SIGINT</systemitem>
+ (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>),
+ the summary of the statistics computed is displayed up to the
+ termination point. This operation is not supported on
+ <productname>Windows</productname>.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--save-fullpage=<replaceable>save_path</replaceable></option></term>
<listitem>
<para>
@@ -308,37 +339,6 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term><option>-x <replaceable>xid</replaceable></option></term>
- <term><option>--xid=<replaceable>xid</replaceable></option></term>
- <listitem>
- <para>
- Only display records marked with the given transaction ID.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-z</option></term>
- <term><option>--stats[=record]</option></term>
- <listitem>
- <para>
- 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.
- </para>
-
- <para>
- If <application>pg_waldump</application> is terminated by signal
- <systemitem>SIGINT</systemitem>
- (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>),
- the summary of the statistics computed is displayed up to the
- termination point. This operation is not supported on
- <productname>Windows</productname>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><option>-?</option></term>
<term><option>--help</option></term>
<listitem>