Skip to content

Commit 646cbc1

Browse files
committed
Document how auto_explain.log_timing can be changed.
1 parent 595f52f commit 646cbc1

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
@@ -152,10 +152,10 @@ LOAD 'auto_explain';
152152
(ANALYZE, TIMING off)</> output, rather than just <command>EXPLAIN (ANALYZE)</>
153153
output. The overhead of repeatedly reading the system clock can slow down the
154154
query significantly on some systems, so it may be useful to set this
155-
parameter to <literal>FALSE</literal> when only actual row counts, and not
156-
exact times, are needed.
155+
parameter to off when only actual row counts, and not exact times, are needed.
157156
This parameter is only effective when <varname>auto_explain.log_analyze</varname>
158-
is also enabled. It defaults to <literal>TRUE</literal>.
157+
is also enabled. This parameter is on by default.
158+
Only superusers can change this setting.
159159
</para>
160160
</listitem>
161161
</varlistentry>

0 commit comments

Comments
 (0)