From 7753fb86bba9baee8e599b4e4a6b2e728ebd5279 Mon Sep 17 00:00:00 2001 From: Shinya Kato Date: Fri, 31 Oct 2025 16:06:42 +0900 Subject: [PATCH] doc: Clarify VACUUM VERBOSE and ANALYZE VERBOSE output VACUUM VERBOSE and ANALYZE VERBOSE both emit detailed per-table INFO level progress. The documentation currently calls these "reports", but communicating progress is an important function of this feature and the documentation should reflect that. --- doc/src/sgml/ref/analyze.sgml | 2 +- doc/src/sgml/ref/vacuum.sgml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index ec81f00fecf..d99b4f2eb6d 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -65,7 +65,7 @@ ANALYZE [ ( option [, ...] ) ] [ VERBOSE - Enables display of progress messages at INFO level. + Prints detailed progress for each table at INFO level. diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index ac5d083d468..994da777d9a 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -115,8 +115,7 @@ VACUUM [ ( option [, ...] ) ] [ VERBOSE - Prints a detailed vacuum activity report for each table - at INFO level. + Prints detailed progress for each table at INFO level. -- 2.43.0