We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf84a172 commit4b5cfd7Copy full SHA for 4b5cfd7
doc/src/sgml/config.sgml
@@ -6321,7 +6321,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
6321
Terminate any session with an open transaction that has been idle for
6322
longer than the specified duration in milliseconds. When enabled
6323
this setting overrides <xref linkend="guc-idle-session-timeout"> for
6324
- opentransaction. This allows any locks held by that session to be
+ opentransactions. This allows any locks held by that session to be
6325
released and the connection slot to be reused; it also allows tuples
6326
visible only to this transaction to be vacuumed. See
6327
<xref linkend="routine-vacuuming"> for more details about this.