From: Fujii Masao Date: Wed, 25 Jun 2025 00:01:13 +0000 (+0900) Subject: doc: Mention ANALYZE VERBOSE in track_cost_delay_timing description. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9c2bde9295574fc79ce0dea1a2b481c8804c1a5;p=thirdparty%2Fpostgresql.git doc: Mention ANALYZE VERBOSE in track_cost_delay_timing description. The documentation for track_cost_delay_timing describes where cost-based vacuum delay timing information is displayed when the setting is enabled. While this information is also shown in the output of ANALYZE VERBOSE, that was previously omitted from the list. This commit updates the documentation to include ANALYZE VERBOSE in the list, clarifying that it also reports cost-based delay timing information. Author: Fujii Masao Discussion: https://postgr.es/m/e95c899a-2aeb-45b7-8fd3-7a27dcdb475b@oss.nttdata.com --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0ac519706a4..f4ba58bb5c3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8602,7 +8602,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; timing information is displayed in pg_stat_progress_vacuum, pg_stat_progress_analyze, - in the output of when the + in the output of and + when the VERBOSE option is used, and by autovacuum for auto-vacuums and auto-analyzes when is set.