From 4476106c65d2ed3aed35887f9b94fbc55d96074a Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sun, 22 Feb 2026 15:12:58 +0900 Subject: [PATCH] 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 Discussion: https://postgr.es/m/CAHut+PtbQi8Dw_0upS9dd=Oh9OqfOdAo=0_DOKG=YSRT_a+0Fw@mail.gmail.com --- doc/src/sgml/ref/pg_walsummary.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_walsummary.sgml b/doc/src/sgml/ref/pg_walsummary.sgml index 57b2d24650c..3f3c5ae16a2 100644 --- a/doc/src/sgml/ref/pg_walsummary.sgml +++ b/doc/src/sgml/ref/pg_walsummary.sgml @@ -23,7 +23,7 @@ PostgreSQL documentation pg_walsummary option - file + filename @@ -56,6 +56,16 @@ PostgreSQL documentation + + filename + + + Specifies the name of a WAL summary file, found in the + pg_wal/summaries subdirectory of the data directory. + + + +