Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 768409FB4CF for ; Sun, 22 Apr 2007 11:11:01 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 79078-09 for ; Sun, 22 Apr 2007 11:10:52 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sd-2317.dedibox.fr (sd-2317.dedibox.fr [88.191.17.192]) by postgresql.org (Postfix) with ESMTP id 383AC9FB48C for ; Sun, 22 Apr 2007 11:10:58 -0300 (ADT) Received: from sd-2317.dedibox.fr (localhost.localdomain [127.0.0.1]) by sd-2317.dedibox.fr (Postfix) with ESMTP id 16090B0A1 for ; Sun, 22 Apr 2007 16:11:01 +0200 (CEST) Received: from [192.168.1.3] (mur78-1-89-87-205-223.dsl.club-internet.fr [89.87.205.223]) by sd-2317.dedibox.fr (Postfix) with ESMTP id DB37E2469 for ; Sun, 22 Apr 2007 16:11:00 +0200 (CEST) Message-ID: <462B6CEB.4010109@lelarge.info> Date: Sun, 22 Apr 2007 16:10:51 +0200 From: Guillaume Lelarge User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: Patch for monitoring.sgml Content-Type: multipart/mixed; boundary="------------080808010405040607020804" X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.051 tagged_above=0 required=5 tests=AWL=0.050, BAYES_50=0.001 X-Spam-Level: X-Archive-Number: 200704/25 X-Sequence-Number: 4221 This is a multi-part message in MIME format. --------------080808010405040607020804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, This patch adds a sentence on monitoring.sgml explaining that stats_row_level needs to be enabled if user wants to get last vacuum/analyze execution time. This patch can be applied on 8.2 branch and HEAD. Regards. -- Guillaume. http://www.postgresqlfr.org http://docs.postgresqlfr.org --------------080808010405040607020804 Content-Type: text/x-diff; name="monitoring.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="monitoring.patch" Index: doc/src/sgml/monitoring.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v retrieving revision 1.40.2.2 diff -r1.40.2.2 monitoring.sgml 157a158,159 > also controls vacuum and analyze > last execution times (manual and daemon). --------------080808010405040607020804--