*** pgsql/doc/src/sgml/config.sgml 2010/06/22 02:57:49 1.282 --- pgsql/doc/src/sgml/config.sgml 2010/06/25 13:11:25 1.283 *************** *** 1,4 **** ! Server Configuration --- 1,4 ---- ! Server Configuration *************** FROM pg_stat_activity; *** 3566,3572 **** A log entry is made for each temporary file when it is deleted. A value of zero logs all temporary file information, 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. --- 3566,3572 ---- A log entry is made for each temporary file when it is deleted. A value of zero logs all temporary file information, while positive values log only files whose size is greater than or equal to ! the specified number of bytes. The default setting is -1, which disables such logging. Only superusers can change this setting.