doc: Mention ANALYZE VERBOSE in track_cost_delay_timing description.
authorFujii Masao
Wed, 25 Jun 2025 00:01:13 +0000 (09:01 +0900)
committerFujii Masao
Wed, 25 Jun 2025 00:01:13 +0000 (09:01 +0900)
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

doc/src/sgml/config.sgml

index 0ac519706a4d60820d8c5dd923b41fc797a15c9e..f4ba58bb5c3df5e656aa1700473e0880f4c8c0ea 100644 (file)
@@ -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.