projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b8c798
)
Document that trying to exceed temp_file_limit causes a query cancel.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 3 Aug 2012 19:15:27 +0000
(15:15 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 3 Aug 2012 19:15:27 +0000
(15:15 -0400)
Backpatch to 9.2.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 3a0b16dec0a362678e126d1e55cb91512f817ca8..43556a1366210357cb5a642d745c32f97e8953c7 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-1115,7
+1115,8
@@
SET ENABLE_SEQSCAN TO OFF;
<para>
Specifies the maximum amount of disk space that a session can use
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
default) means no limit.
Only superusers can change this setting.