Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91668fc commit e7d9f26Copy full SHA for e7d9f26
doc/src/sgml/config.sgml
@@ -1138,7 +1138,8 @@ SET ENABLE_SEQSCAN TO OFF;
1138
<para>
1139
Specifies the maximum amount of disk space that a session can use
1140
for temporary files, such as sort and hash temporary files, or the
1141
- storage file for a held cursor.
+ storage file for a held cursor. A transaction attempting to exceed
1142
+ this limit will be cancelled.
1143
The value is specified in kilobytes, and <literal>-1</> (the
1144
default) means no limit.
1145
Only superusers can change this setting.
0 commit comments