File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.186 2008/08/19 18:30:04 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.187 2008/08/22 18:47:07 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -3175,6 +3175,7 @@ local0.* /var/log/postgresql
3175
3175
values log only files whose size is equal or greater than
3176
3176
the specified number of kilobytes. The
3177
3177
default is <literal>-1</>, which disables this logging.
3178
+ Only superusers can change this setting.
3178
3179
</para>
3179
3180
</listitem>
3180
3181
</varlistentry>
Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.468 2008/08/22 00:20:40 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.469 2008/08/22 18:47:07 momjian Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -1901,7 +1901,7 @@ static struct config_int ConfigureNamesInt[] =
1901
1901
},
1902
1902
1903
1903
{
1904
- {"log_temp_files" , PGC_USERSET , LOGGING_WHAT ,
1904
+ {"log_temp_files" , PGC_SUSET , LOGGING_WHAT ,
1905
1905
gettext_noop ("Log the use of temporary files larger than this number of kilobytes." ),
1906
1906
gettext_noop ("Zero logs all files. The default is -1 (turning this feature off)." ),
1907
1907
GUC_UNIT_KB
You can’t perform that action at this time.
0 commit comments