Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 0D0B09FB68B for ; Tue, 24 Apr 2007 15:55:30 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 57598-05 for ; Tue, 24 Apr 2007 15:55:18 -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 E35389FB8FC for ; Tue, 24 Apr 2007 15:55:25 -0300 (ADT) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id 128DE61D05; Tue, 24 Apr 2007 14:55:25 -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 DtnDzXFw23kE; Tue, 24 Apr 2007 14:55:23 -0400 (EDT) Received: from [192.168.1.101] (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 9BFA961CF1; Tue, 24 Apr 2007 14:55:23 -0400 (EDT) Subject: Re: Patch for monitoring.sgml From: Neil Conway To: Guillaume Lelarge Cc: pgsql-docs@postgresql.org In-Reply-To: <462B6CEB.4010109@lelarge.info> References: <462B6CEB.4010109@lelarge.info> Content-Type: text/plain Date: Tue, 24 Apr 2007 14:57:28 -0400 Message-Id: <1177441048.16415.234.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/27 X-Sequence-Number: 4223 BTW, context diffs (diff -c) are preferred. For SGML patches, unified diffs (diff -u) are okay as well. On Sun, 2007-04-22 at 16:10 +0200, Guillaume Lelarge wrote: > 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. Why is this so? It sounds more like a bug than a feature to me. -Neil