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

Commitf872f18

Browse files
committed
doc: move mention of log_min_error_statement in a better spot
Previously it was mentioned in the lock_timeout docs in a confusinglocation.Reported-by: ivaylo.zlatanov@gmail.comDiscussion:https://postgr.es/m/157019615723.25307.15449102262106437404@wrigleys.postgresql.orgBackpatch-through: 9.4
1 parent021065a commitf872f18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6855,17 +6855,17 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
68556855
each lock acquisition attempt. The limit applies both to explicit
68566856
locking requests (such as <command>LOCK TABLE</command>, or <command>SELECT
68576857
FOR UPDATE</command> without <literal>NOWAIT</literal>) and to implicitly-acquired
6858-
locks. If <varname>log_min_error_statement</varname> is set to
6859-
<literal>ERROR</literal> or lower, the statement that timed out will be
6860-
logged. A value of zero (the default) turns this off.
6858+
locks. A value of zero (the default) turns this off.
68616859
</para>
68626860

68636861
<para>
68646862
Unlike <varname>statement_timeout</varname>, this timeout can only occur
68656863
while waiting for locks. Note that if <varname>statement_timeout</varname>
68666864
is nonzero, it is rather pointless to set <varname>lock_timeout</varname> to
68676865
the same or larger value, since the statement timeout would always
6868-
trigger first.
6866+
trigger first. If <varname>log_min_error_statement</varname> is set to
6867+
<literal>ERROR</literal> or lower, the statement that timed out will be
6868+
logged.
68696869
</para>
68706870

68716871
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp