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 7b8c798 commit 9fb5952Copy full SHA for 9fb5952
doc/src/sgml/config.sgml
@@ -1115,7 +1115,8 @@ SET ENABLE_SEQSCAN TO OFF;
1115
<para>
1116
Specifies the maximum amount of disk space that a session can use
1117
for temporary files, such as sort and hash temporary files, or the
1118
- storage file for a held cursor.
+ storage file for a held cursor. A transaction attempting to exceed
1119
+ this limit will be cancelled.
1120
The value is specified in kilobytes, and <literal>-1</> (the
1121
default) means no limit.
1122
Only superusers can change this setting.
0 commit comments