Documentation for temp_file_limit

Started by Bruce Momjianover 13 years ago2 messages
#1Bruce Momjian
bruce@momjian.us

The new 9.2 GUC parameter temp_file_limit says it restricts temporary
file usage per session, but it doesn't say what happens if a session
needs to exceed that value --- it throws an error. Shouldn't we mention
that?

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#1)
Re: Documentation for temp_file_limit

On fre, 2012-05-04 at 22:25 -0400, Bruce Momjian wrote:

The new 9.2 GUC parameter temp_file_limit says it restricts temporary
file usage per session, but it doesn't say what happens if a session
needs to exceed that value --- it throws an error. Shouldn't we mention
that?

Yes, that would be useful.