Skip to content

Commit 0e65755

Browse files
committed
Document how auto_explain.log_timing can be changed.
1 parent 072457b commit 0e65755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/auto-explain.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ LOAD 'auto_explain';
153153
(ANALYZE, TIMING off)</> output, rather than just <command>EXPLAIN (ANALYZE)</>
154154
output. The overhead of repeatedly reading the system clock can slow down the
155155
query significantly on some systems, so it may be useful to set this
156-
parameter to <literal>FALSE</literal> when only actual row counts, and not
157-
exact times, are needed.
156+
parameter to off when only actual row counts, and not exact times, are needed.
158157
This parameter is only effective when <varname>auto_explain.log_analyze</varname>
159-
is also enabled. It defaults to <literal>TRUE</literal>.
158+
is also enabled. This parameter is on by default.
159+
Only superusers can change this setting.
160160
</para>
161161
</listitem>
162162
</varlistentry>

0 commit comments

Comments
 (0)