From 8ddb739e9d937e83b53176c27697ea0e82974451 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 22 Aug 2008 18:47:07 +0000 Subject: Make "log_temp_files" super-user set only, like other logging options. Simon Riggs --- doc/src/sgml/config.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4d8d1aea9a9..0f9b33c0579 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3175,6 +3175,7 @@ local0.* /var/log/postgresql 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. -- cgit v1.2.3