|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -2439,7 +2439,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Win32
|
2439 | 2439 | module to the server log. This is a crude profiling
|
2440 | 2440 | instrument. <varname>log_statement_stats</varname> reports total
|
2441 | 2441 | 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. |
2443 | 2444 | Only superusers can turn off any of these options if they have
|
2444 | 2445 | been enabled by the administrator.
|
2445 | 2446 | </para>
|
|