mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Document that trying to exceed temp_file_limit causes a query cancel.
Backpatch to 9.2.
This commit is contained in:
parent
91668fcc31
commit
e7d9f26a60
@ -1138,7 +1138,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
Specifies the maximum amount of disk space that a session can use
|
Specifies the maximum amount of disk space that a session can use
|
||||||
for temporary files, such as sort and hash temporary files, or the
|
for temporary files, such as sort and hash temporary files, or the
|
||||||
storage file for a held cursor.
|
storage file for a held cursor. A transaction attempting to exceed
|
||||||
|
this limit will be cancelled.
|
||||||
The value is specified in kilobytes, and <literal>-1</> (the
|
The value is specified in kilobytes, and <literal>-1</> (the
|
||||||
default) means no limit.
|
default) means no limit.
|
||||||
Only superusers can change this setting.
|
Only superusers can change this setting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user