File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5707,17 +5707,17 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
5707
5707
each lock acquisition attempt. The limit applies both to explicit
5708
5708
locking requests (such as <command>LOCK TABLE</>, or <command>SELECT
5709
5709
FOR UPDATE</> without <literal>NOWAIT</>) and to implicitly-acquired
5710
- locks. If <varname>log_min_error_statement</> is set to
5711
- <literal>ERROR</> or lower, the statement that timed out will be
5712
- logged. A value of zero (the default) turns this off.
5710
+ locks. A value of zero (the default) turns this off.
5713
5711
</para>
5714
5712
5715
5713
<para>
5716
5714
Unlike <varname>statement_timeout</>, this timeout can only occur
5717
5715
while waiting for locks. Note that if <varname>statement_timeout</>
5718
5716
is nonzero, it is rather pointless to set <varname>lock_timeout</> to
5719
5717
the same or larger value, since the statement timeout would always
5720
- trigger first.
5718
+ trigger first. If <varname>log_min_error_statement</> is set to
5719
+ <literal>ERROR</> or lower, the statement that timed out will be
5720
+ logged.
5721
5721
</para>
5722
5722
5723
5723
<para>
You can’t perform that action at this time.
0 commit comments