Mention log_statement_stats can not be enabled with the other options.
authorBruce Momjian
Fri, 13 Aug 2004 16:29:55 +0000 (16:29 +0000)
committerBruce Momjian
Fri, 13 Aug 2004 16:29:55 +0000 (16:29 +0000)
doc/src/sgml/runtime.sgml

index 438b58d9f5a66de28c060bb5fd7189ce61617b87..c1a3fa225bd92c9ca3432ab46e4a6c9df2d07c68 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -2439,7 +2439,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Win32
         module to the server log. This is a crude profiling
         instrument.  log_statement_stats reports total
         statement statistics, while the others report per-state statistics.
-        All of these options are disabled by default.
+        log_statement_stats 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.