Skip to content

Commit a9c2bde

Browse files
committed
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 <masao.fujii@gmail.com> Discussion: https://postgr.es/m/e95c899a-2aeb-45b7-8fd3-7a27dcdb475b@oss.nttdata.com
1 parent 84c4e10 commit a9c2bde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8602,7 +8602,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
86028602
timing information is displayed in
86038603
<link linkend="vacuum-progress-reporting"><structname>pg_stat_progress_vacuum</structname></link>,
86048604
<link linkend="analyze-progress-reporting"><structname>pg_stat_progress_analyze</structname></link>,
8605-
in the output of <xref linkend="sql-vacuum"/> when the
8605+
in the output of <xref linkend="sql-vacuum"/> and
8606+
<xref linkend="sql-analyze"/> when the
86068607
<literal>VERBOSE</literal> option is used, and by autovacuum for
86078608
auto-vacuums and auto-analyzes when
86088609
<xref linkend="guc-log-autovacuum-min-duration"/> is set.

0 commit comments

Comments
 (0)