*** pgsql/doc/src/sgml/config.sgml 2009/02/09 20:57:59 1.207 --- pgsql/doc/src/sgml/config.sgml 2009/02/15 18:28:48 1.208 *************** *** 1,4 **** ! Server Configuration --- 1,4 ---- ! Server Configuration *************** local0.* /var/log/postgresql *** 3132,3138 **** query protocol, this setting likewise does not log statements that fail before the Execute phase (i.e., during parse analysis or planning). Set log_min_error_statement to ! ERROR (or lower) to log such statements. --- 3132,3138 ---- query protocol, this setting likewise does not log statements that fail before the Execute phase (i.e., during parse analysis or planning). Set log_min_error_statement to ! ERROR (or lower) to log such statements. *************** local0.* /var/log/postgresql *** 3145,3157 **** ! Controls whether temporary files are logged when deleted. Temporary files can be created for sorts, hashes, and temporary query results. ! A value of zero logs all temporary files, and positive ! values log only files whose size is equal or greater than the specified number of kilobytes. The ! default is -1, which disables this logging. Only superusers can change this setting. --- 3145,3158 ---- ! Controls logging of use of temporary files. Temporary files can be created for sorts, hashes, and temporary query results. ! A log entry is made for each temporary file when it is deleted. ! A value of zero logs all temporary files, while positive ! values log only files whose size is greater than or equal to the specified number of kilobytes. The ! default setting is -1, which disables such logging. Only superusers can change this setting.