1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Add GUC log_temp_files to log the use of temporary files.

Bill Moran
This commit is contained in:
Bruce Momjian
2007-01-09 21:31:17 +00:00
parent 1e0bf9041e
commit be8a431881
5 changed files with 52 additions and 5 deletions

View File

@ -333,6 +333,9 @@
#log_statement = 'none' # none, ddl, mod, all
#log_hostname = off
#log_temp_files = -1 # Log temporary files equal or larger
# than the specified number of bytes.
# -1 disables; 0 logs all temp files
#---------------------------------------------------------------------------
# RUNTIME STATISTICS