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

Commit7eefec6

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 parent1b5c2dd commit7eefec6

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
@@ -6549,17 +6549,17 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
65496549
each lock acquisition attempt. The limit applies both to explicit
65506550
locking requests (such as <command>LOCK TABLE</>, or <command>SELECT
65516551
FOR UPDATE</> without <literal>NOWAIT</>) and to implicitly-acquired
6552-
locks. If <varname>log_min_error_statement</> is set to
6553-
<literal>ERROR</> or lower, the statement that timed out will be
6554-
logged. A value of zero (the default) turns this off.
6552+
locks. A value of zero (the default) turns this off.
65556553
</para>
65566554

65576555
<para>
65586556
Unlike <varname>statement_timeout</>, this timeout can only occur
65596557
while waiting for locks. Note that if <varname>statement_timeout</>
65606558
is nonzero, it is rather pointless to set <varname>lock_timeout</> to
65616559
the same or larger value, since the statement timeout would always
6562-
trigger first.
6560+
trigger first. If <varname>log_min_error_statement</> is set to
6561+
<literal>ERROR</> or lower, the statement that timed out will be
6562+
logged.
65636563
</para>
65646564

65656565
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp