Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e65755

Browse files
committed
Document how auto_explain.log_timing can be changed.
1 parent072457b commit0e65755

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)

[8]ページ先頭

©2009-2025 Movatter.jp