Attached is a patch that removes a now-false statement from the
documentation: stats_row_level is enabled by default in HEAD, so the
stats traffic in the default configuration is not necessarily small. I
just removed the whole paragraph; anyone want to argue we should
rephrase the paragraph instead?
-Neil
Index: doc/src/sgml/monitoring.sgml
===================================================================
RCS file: /home/neilc/postgres/cvs_root/pgsql/doc/src/sgml/monitoring.sgml,v
retrieving revision 1.49
diff -c -p -r1.49 monitoring.sgml
*** doc/src/sgml/monitoring.sgml 26 Apr 2007 22:10:54 -0000 1.49
--- doc/src/sgml/monitoring.sgml 26 Apr 2007 22:14:58 -0000
*************** postgres: <replaceable>user</> <replacea
*** 175,193 ****
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">
--- 175,180 ----
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster