@@ -241,6 +241,37 @@ PostgreSQL documentation
241
241
</listitem>
242
242
</varlistentry>
243
243
244
+ <varlistentry>
245
+ <term><option>-x <replaceable>xid</replaceable></option></term>
246
+ <term><option>--xid=<replaceable>xid</replaceable></option></term>
247
+ <listitem>
248
+ <para>
249
+ Only display records marked with the given transaction ID.
250
+ </para>
251
+ </listitem>
252
+ </varlistentry>
253
+
254
+ <varlistentry>
255
+ <term><option>-z</option></term>
256
+ <term><option>--stats[=record]</option></term>
257
+ <listitem>
258
+ <para>
259
+ Display summary statistics (number and size of records and
260
+ full-page images) instead of individual records. Optionally
261
+ generate statistics per-record instead of per-rmgr.
262
+ </para>
263
+
264
+ <para>
265
+ If <application>pg_waldump</application> is terminated by signal
266
+ <systemitem>SIGINT</systemitem>
267
+ (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>),
268
+ the summary of the statistics computed is displayed up to the
269
+ termination point. This operation is not supported on
270
+ <productname>Windows</productname>.
271
+ </para>
272
+ </listitem>
273
+ </varlistentry>
274
+
244
275
<varlistentry>
245
276
<term><option>--save-fullpage=<replaceable>save_path</replaceable></option></term>
246
277
<listitem>
@@ -307,37 +338,6 @@ PostgreSQL documentation
307
338
</listitem>
308
339
</varlistentry>
309
340
310
- <varlistentry>
311
- <term><option>-x <replaceable>xid</replaceable></option></term>
312
- <term><option>--xid=<replaceable>xid</replaceable></option></term>
313
- <listitem>
314
- <para>
315
- Only display records marked with the given transaction ID.
316
- </para>
317
- </listitem>
318
- </varlistentry>
319
-
320
- <varlistentry>
321
- <term><option>-z</option></term>
322
- <term><option>--stats[=record]</option></term>
323
- <listitem>
324
- <para>
325
- Display summary statistics (number and size of records and
326
- full-page images) instead of individual records. Optionally
327
- generate statistics per-record instead of per-rmgr.
328
- </para>
329
-
330
- <para>
331
- If <application>pg_waldump</application> is terminated by signal
332
- <systemitem>SIGINT</systemitem>
333
- (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>),
334
- the summary of the statistics computed is displayed up to the
335
- termination point. This operation is not supported on
336
- <productname>Windows</productname>.
337
- </para>
338
- </listitem>
339
- </varlistentry>
340
-
341
341
<varlistentry>
342
342
<term><option>-?</option></term>
343
343
<term><option>--help</option></term>
0 commit comments