File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,10 +153,10 @@ LOAD 'auto_explain';
153
153
(ANALYZE, TIMING off)</> output, rather than just <command>EXPLAIN (ANALYZE)</>
154
154
output. The overhead of repeatedly reading the system clock can slow down the
155
155
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.
158
157
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.
160
160
</para>
161
161
</listitem>
162
162
</varlistentry>
You can’t perform that action at this time.
0 commit comments