pgsql: doc: Add description of "filename" for pg_walsummary

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add description of "filename" for pg_walsummary
Date: 2026-02-22 06:14:13
Message-ID: E1vu2jN-000ZY5-1Q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add description of "filename" for pg_walsummary

This command requires an input file (WAL summary file), that has to be
specified without an option name. The shape of the command and how to
use this parameter is implied in its synopsis. However, this page
lacked a description of the parameter. Listing parameters that do
not require an option is a common practice across the docs. See for
example pg_dump, pg_restore, etc.

Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHut+PtbQi8Dw_0upS9dd=Oh9OqfOdAo=0_DOKG=YSRT_a+0Fw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4476106c65d2ed3aed35887f9b94fbc55d96074a

Modified Files
--------------
doc/src/sgml/ref/pg_walsummary.sgml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-02-22 11:14:58 pgsql: Rearrange fields in PGPROC, for clarity
Previous Message Álvaro Herrera 2026-02-21 12:09:53 pgsql: Update .abi-compliance-history for AddRelationNotNullConstraints