From ea9d15708549a82ee0dfb320fdbb7c03c7977433 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Mon, 16 Feb 2026 14:35:35 +1100 Subject: [PATCH v1] DOCS - pg_walsummary fix typo --- doc/src/sgml/ref/pg_walsummary.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_walsummary.sgml b/doc/src/sgml/ref/pg_walsummary.sgml index 57b2d24650c..399b6879754 100644 --- a/doc/src/sgml/ref/pg_walsummary.sgml +++ b/doc/src/sgml/ref/pg_walsummary.sgml @@ -31,7 +31,7 @@ PostgreSQL documentation Description pg_walsummary is used to print the contents of - WAL summary files. These binary files are found with the + WAL summary files. These binary files are found in the pg_wal/summaries subdirectory of the data directory, and can be converted to text using this tool. This is not ordinarily necessary, since WAL summary files primarily exist to support -- 2.47.3