Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id CB46C9FBD18 for ; Thu, 26 Apr 2007 19:15:41 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 32163-04 for ; Thu, 26 Apr 2007 19:15:35 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from mailbox.samurai.com (mailbox.samurai.com [205.207.28.82]) by postgresql.org (Postfix) with ESMTP id D1BCF9FBB74 for ; Thu, 26 Apr 2007 19:15:38 -0300 (ADT) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id C4D2D61D4D for ; Thu, 26 Apr 2007 18:15:37 -0400 (EDT) X-Virus-Scanned: by amavisd-new at mailbox.samurai.com Received: from mailbox.samurai.com ([205.207.28.82]) by localhost (mailbox.samurai.com [205.207.28.82]) (amavisd-new, port 10024) with LMTP id yQXVQzvAZJ3v for ; Thu, 26 Apr 2007 18:15:36 -0400 (EDT) Received: from [192.168.1.102] (d226-84-131.home.cgocable.net [24.226.84.131]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mailbox.samurai.com (Postfix) with ESMTP id 696B461D4C for ; Thu, 26 Apr 2007 18:15:36 -0400 (EDT) Subject: Doc tweak: remove outdated discussion of stats params From: Neil Conway To: pgsql-docs Content-Type: multipart/mixed; boundary="=-KNzxengrYR2KfyrAv7NB" Date: Thu, 26 Apr 2007 18:17:49 -0400 Message-Id: <1177625869.6440.65.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/32 X-Sequence-Number: 4228 --=-KNzxengrYR2KfyrAv7NB Content-Type: text/plain Content-Transfer-Encoding: 7bit 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 --=-KNzxengrYR2KfyrAv7NB Content-Disposition: attachment; filename=default_stats_doc-1.patch Content-Type: text/x-patch; name=default_stats_doc-1.patch; charset=us-ascii Content-Transfer-Encoding: 7bit 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: user SET.) - - - - Since the parameters stats_block_level, and - stats_row_level default to 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. - - - --- 175,180 ---- --=-KNzxengrYR2KfyrAv7NB--