Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 22E6C63280E for ; Tue, 7 Apr 2009 19:44:05 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 50859-06 for ; Tue, 7 Apr 2009 19:44:01 -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 DEF3D632348 for ; Tue, 7 Apr 2009 19:44:01 -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 n37Mhxoj023946; Tue, 7 Apr 2009 18:43:59 -0400 (EDT) To: Bruce Momjian cc: Euler Taveira de Oliveira , PostgreSQL-documentation Subject: Re: log_min_duration_statement units In-reply-to: <200904072223.n37MNG205211@momjian.us> References: <200904072223.n37MNG205211@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Tue, 07 Apr 2009 18:23:16 -0400" Date: Tue, 07 Apr 2009 18:43:59 -0400 Message-ID: <23945.1239144239@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200904/23 X-Sequence-Number: 5111 Bruce Momjian writes: > Euler Taveira de Oliveira wrote: >> My English is not as good as yours but here is another try. Personally, I >> prefer the second one but... > Great, I used your second version. I had already done some of the ones > you found, but you had many more. I also used your "0 disables" wording > consistently in the file. Thanks for the help. Committed. You know, it suddenly strikes me that this is going in largely the wrong direction. Wasn't a key part of the reasoning for the GUC units support to *eliminate* the need for people to know what the underlying variable's unit is? I certainly think that putting the unit info into the text descriptions is a seriously bad idea. It makes an already overly wide view even wider, and the information is 100% redundant with the "unit" column of the pg_settings view. regards, tom lane