Remove no-longer-true statement from the docs. Since the default config
authorNeil Conway <neilc@samurai.com>
Fri, 27 Apr 2007 20:08:43 +0000 (20:08 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 27 Apr 2007 20:08:43 +0000 (20:08 +0000)
now enables row-level stats, the out of the box stats volume is no
longer particularly low.

doc/src/sgml/monitoring.sgml

index ffaa01bb004f70992f9eb122e09edf49a376bdd4..4494e800f3752c584da1b922d76a2ac129b968ca 100644 (file)
@@ -175,19 +175,6 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
    only superusers are allowed to change these parameters with
    <command>SET</>.)
   </para>
-
-   <note>
-    <para>
-     Since the parameters <varname>stats_block_level</varname>, and
-     <varname>stats_row_level</varname> default to <literal>false</>,
-     very few statistics are collected in the default
-     configuration. Enabling either of these configuration
-     variables will significantly increase the amount of useful data
-     produced by the statistics facilities, at the expense of
-     additional run-time overhead.
-    </para>
-   </note>
-
  </sect2>
 
  <sect2 id="monitoring-stats-views">