From 614ab58e2636111ff4a93c5ef1ef3654c7dc5fef Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 22 Apr 2025 13:39:05 +1000 Subject: [PATCH v3] DOCS - pg_walsummary. Change 'file' to 'filename' and add the missing option description for it. --- 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 5ffe07d..0fd9dbf 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 @@ -57,6 +57,16 @@ PostgreSQL documentation + filename + + + A binary WAL summary file, found within the pg_wal/summaries + subdirectory of the data directory. + + + + + -- 1.8.3.1