doc: Mention ANALYZE VERBOSE in track_cost_delay_timing description.
authorFujii Masao <[email protected]>
Wed, 25 Jun 2025 00:01:13 +0000 (09:01 +0900)
committerFujii Masao <[email protected]>
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 <[email protected]>
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
         <link linkend="vacuum-progress-reporting"><structname>pg_stat_progress_vacuum</structname></link>,
         <link linkend="analyze-progress-reporting"><structname>pg_stat_progress_analyze</structname></link>,
-        in the output of <xref linkend="sql-vacuum"/> when the
+        in the output of <xref linkend="sql-vacuum"/> and
+        <xref linkend="sql-analyze"/> when the
         <literal>VERBOSE</literal> option is used, and by autovacuum for
         auto-vacuums and auto-analyzes when
         <xref linkend="guc-log-autovacuum-min-duration"/> is set.