Skip to content

Commit e7d9f26

Browse files
committed
Document that trying to exceed temp_file_limit causes a query cancel.
Backpatch to 9.2.
1 parent 91668fc commit e7d9f26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,8 @@ SET ENABLE_SEQSCAN TO OFF;
11381138
<para>
11391139
Specifies the maximum amount of disk space that a session can use
11401140
for temporary files, such as sort and hash temporary files, or the
1141-
storage file for a held cursor.
1141+
storage file for a held cursor. A transaction attempting to exceed
1142+
this limit will be cancelled.
11421143
The value is specified in kilobytes, and <literal>-1</> (the
11431144
default) means no limit.
11441145
Only superusers can change this setting.

0 commit comments

Comments
 (0)