diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-13 16:29:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-13 16:29:55 +0000 |
commit | 146b0006514d989fe37326dc49bffae3cbfd1617 (patch) | |
tree | cd68b67485c8c0f42b9009c16fa08b54ad472a1d /doc/src | |
parent | 5a67d7618f34a26b441ee5180924e57be430a220 (diff) | |
download | postgresql-146b0006514d989fe37326dc49bffae3cbfd1617.tar.gz postgresql-146b0006514d989fe37326dc49bffae3cbfd1617.zip |
Mention log_statement_stats can not be enabled with the other options.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 438b58d9f5a..c1a3fa225bd 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.276 2004/08/12 19:03:17 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.277 2004/08/13 16:29:55 momjian Exp $ --> <Chapter Id="runtime"> @@ -2439,7 +2439,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Win32 module to the server log. This is a crude profiling instrument. <varname>log_statement_stats</varname> reports total statement statistics, while the others report per-state statistics. - All of these options are disabled by default. + <varname>log_statement_stats</varname> can not be enabled with + the other options. All of these options are disabled by default. Only superusers can turn off any of these options if they have been enabled by the administrator. </para> |