diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.186 2008/08/19 18:30:04 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.187 2008/08/22 18:47:07 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -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 <literal>-1</>, which disables this logging. + Only superusers can change this setting. </para> </listitem> </varlistentry> |