Skip to content

Commit 146b000

Browse files
committed
Mention log_statement_stats can not be enabled with the other options.
1 parent 5a67d76 commit 146b000

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.276 2004/08/12 19:03:17 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.277 2004/08/13 16:29:55 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2439,7 +2439,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Win32
24392439
module to the server log. This is a crude profiling
24402440
instrument. <varname>log_statement_stats</varname> reports total
24412441
statement statistics, while the others report per-state statistics.
2442-
All of these options are disabled by default.
2442+
<varname>log_statement_stats</varname> can not be enabled with
2443+
the other options. All of these options are disabled by default.
24432444
Only superusers can turn off any of these options if they have
24442445
been enabled by the administrator.
24452446
</para>

0 commit comments

Comments
 (0)