Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9fb5952

Browse files
committed
Document that trying to exceed temp_file_limit causes a query cancel.
Backpatch to 9.2.
1 parent 7b8c798 commit 9fb5952

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
@@ -1115,7 +1115,8 @@ SET ENABLE_SEQSCAN TO OFF;
11151115
<para>
11161116
Specifies the maximum amount of disk space that a session can use
11171117
for temporary files, such as sort and hash temporary files, or the
1118-
storage file for a held cursor.
1118+
storage file for a held cursor. A transaction attempting to exceed
1119+
this limit will be cancelled.
11191120
The value is specified in kilobytes, and <literal>-1</> (the
11201121
default) means no limit.
11211122
Only superusers can change this setting.

0 commit comments

Comments
 (0)