pgsql: doc: Clarify VERBOSE output for ANALYZE and VACUUM

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify VERBOSE output for ANALYZE and VACUUM
Date: 2026-08-03 10:05:30
Message-ID: E1wqpY2-00000001Tp7-06ir@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify VERBOSE output for ANALYZE and VACUUM

ANALYZE VERBOSE and VACUUM VERBOSE both print per-table information
at INFO level, including the table currently being processed and
various statistics. However, the documentation described ANALYZE
VERBOSE only as displaying generic "progress messages", while VACUUM
VERBOSE used different wording about a vacuum activity report.

Reword the VERBOSE option descriptions and Outputs sections to describe
the actual output more consistently.

Author: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Reviewed-by: Surya Poondla <suryapoondla4(at)gmail(dot)com>
Reviewed-by: solai v <solai(dot)cdac(at)gmail(dot)com>
Reviewed-by: Maciek Sakrejda <m(dot)sakrejda(at)gmail(dot)com>
Reviewed-by: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Reviewed-by: Yushu Chen <gentcys(at)gmail(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAOzEurTpMTUEW8kHu-zKB0EBtuPfpvyoJ--8pxKe87p24BGrpg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f4898759c5c311b7a3d2801e6363a62f51cd8671

Modified Files
--------------
doc/src/sgml/ref/analyze.sgml | 10 ++++++----
doc/src/sgml/ref/vacuum.sgml | 14 ++++++++------
2 files changed, 14 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-08-03 11:06:18 pgsql: Add dshash_get_dsa_area(), able to retrieve the DSA area of a ds
Previous Message Peter Eisentraut 2026-08-03 08:33:05 pgsql: Fix missing space before WHERE in GRAPH_TABLE deparse