Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id ED6909F9F46 for ; Wed, 20 Dec 2006 15:58:06 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-new, port 10024) with ESMTP id 43366-08 for ; Wed, 20 Dec 2006 15:57:59 -0400 (AST) 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 4B9319F9DAD for ; Wed, 20 Dec 2006 15:58:01 -0400 (AST) Received: from sd-2317.dedibox.fr (localhost.localdomain [127.0.0.1]) by sd-2317.dedibox.fr (Postfix) with ESMTP id 9893DB319 for ; Wed, 20 Dec 2006 21:07:12 +0100 (CET) Received: from [192.168.10.64] (ASte-Genev-Bois-153-1-105-148.w90-3.abo.wanadoo.fr [90.3.251.148]) by sd-2317.dedibox.fr (Postfix) with ESMTP id 6892BB167 for ; Wed, 20 Dec 2006 21:07:12 +0100 (CET) Message-ID: <45899637.5020608@lelarge.info> Date: Wed, 20 Dec 2006 20:59:51 +0100 From: Guillaume Lelarge User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: DateStyle config variable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.001 tagged_above=0 required=5 tests=BAYES_50 X-Spam-Level: X-Archive-Number: 200612/166 X-Sequence-Number: 4089 Hi all, I wondered if there was a reason for the mixed case capitalization of the DateStyle setting ? all other settings are in lowercase. Even DateStyle is in lowercase in the postgresql.conf file. If there's none, here is a patch (CVS HEAD) to put it in lowercase. Regards. -- Guillaume.