Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 8FB3A6336A1 for ; Mon, 6 Apr 2009 16:49:05 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 45033-04 for ; Mon, 6 Apr 2009 16:49:00 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id EEAE06336B3 for ; Mon, 6 Apr 2009 16:49:03 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id n36Jn1jq011289; Mon, 6 Apr 2009 15:49:02 -0400 (EDT) To: Bruce Momjian cc: PostgreSQL-documentation Subject: Re: log_min_duration_statement units In-reply-to: <200904061901.n36J1Hq27744@momjian.us> References: <200904061901.n36J1Hq27744@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Mon, 06 Apr 2009 15:01:17 -0400" Date: Mon, 06 Apr 2009 15:49:01 -0400 Message-ID: <11288.1239047341@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.114 tagged_above=0 required=5 tests=AWL=0.114 X-Spam-Level: X-Archive-Number: 200904/9 X-Sequence-Number: 5097 Bruce Momjian writes: > ! #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements > ! #log_min_duration_statement = -1ms # -1 is disabled, 0 logs all statements This is not sensible -- there are no units for the "-1" setting. I seem to recall that it won't even work; did you test uncommenting that? regards, tom lane