diff options
author | Neil Conway <neilc@samurai.com> | 2007-04-27 20:08:43 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-04-27 20:08:43 +0000 |
commit | a264671116ab9ba45fb20441c16fe0783e52857b (patch) | |
tree | c3fe10b7d8514865b7f126a31f877cdf05c621b6 | |
parent | 6cc02136a4b8fa647ac64c9791a16c0464066c1d (diff) | |
download | postgresql-a264671116ab9ba45fb20441c16fe0783e52857b.tar.gz postgresql-a264671116ab9ba45fb20441c16fe0783e52857b.zip |
Remove no-longer-true statement from the docs. Since the default config
now enables row-level stats, the out of the box stats volume is no
longer particularly low.
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 37ea125baa7..3db50198771 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.49 2007/04/26 22:10:54 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.50 2007/04/27 20:08:43 neilc Exp $ --> <chapter id="monitoring"> <title>Monitoring Database Activity</title> @@ -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"> |