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 <[email protected]> Reviewed-by: Surya Poondla <[email protected]> Reviewed-by: solai v <[email protected]> Reviewed-by: Maciek Sakrejda <[email protected]> Reviewed-by: David G. Johnston <[email protected]> Reviewed-by: Yushu Chen <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/caozeurtpmtuew8khu-zkb0ebtupfpvyoj--8pxke87p24bg...@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(-)
