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