-
+
Server Configuration
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.
* Written by Peter Eisentraut
.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.468 2008/08/22 00:20:40 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.469 2008/08/22 18:47:07 momjian Exp $
*
*--------------------------------------------------------------------
*/
},
{
- {"log_temp_files", PGC_USERSET, LOGGING_WHAT,
+ {"log_temp_files", PGC_SUSET, LOGGING_WHAT,
gettext_noop("Log the use of temporary files larger than this number of kilobytes."),
gettext_noop("Zero logs all files. The default is -1 (turning this feature off)."),
GUC_UNIT_KB