Received: from maia.hub.org (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 04A266355A7 for ; Wed, 10 Jun 2009 00:32:46 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 69695-01 for ; Wed, 10 Jun 2009 00:32:45 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp103.biz.mail.mud.yahoo.com (smtp103.biz.mail.mud.yahoo.com [68.142.200.238]) by mail.postgresql.org (Postfix) with SMTP id 3AF4D635528 for ; Wed, 10 Jun 2009 00:32:00 -0300 (ADT) Received: (qmail 13228 invoked from network); 10 Jun 2009 03:31:48 -0000 Received: from unknown (HELO ?192.168.5.110?) (rm_pg@76.201.140.172 with plain) by smtp103.biz.mail.mud.yahoo.com with SMTP; 10 Jun 2009 03:31:48 -0000 X-Yahoo-SMTP: acjdBE2swBAAX9ja0RY4hQi0ggqg.Ml3.omUEQJ1xZsuGIb6CRE- X-YMail-OSG: pUdEw5kVM1llPGSaOkMrmtis7Xx6yKlMQGFVnp6lnMmuLfKiWPLq80WcfWfvSL1K7zM5S3nSsb.PRNP2I7FfCy_Pan3YcfC3inFRNCghsD3sb.ASiygPmu.F0_sKuA2.RaL0jYZpp2fj.Y3_53WdLAv.kLzQKrZfNuvfKT8pBn3sS8ISiOqvpgxMbFf0rW4dujMMe0orIGa5sDzyvpUfLAzbT24OhE5w24rbXc1TlhsnypyvsYi9X_gGmZ9.LzepLweM1u5MoUiq2hbSGuZwoFTNYcnplkMfgrM.78g7KVqFlFI1yoOD.t8FnF3h9VBl79baV9WPn4pUlSMpl8UshJi3HcK_8k1OOuNucHlMY9KFldWHjg-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4A2F2923.2010304@cheapcomplexdevices.com> Date: Tue, 09 Jun 2009 20:31:47 -0700 From: Ron Mayer User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Tom Lane CC: Ron Mayer , Sebastien FLAESCH , pgsql-general@postgresql.org, mmoncure@gmail.com Subject: Re: INTERVAL SECOND limited to 59 seconds? References: <4A127038.3010103@4js.com> <4A2C0E02.9070908@cheapcomplexdevices.com> <17203.1244402910@sss.pgh.pa.us> <4A2DABF5.3070906@cheapcomplexdevices.com> <208.1244587299@sss.pgh.pa.us> <1256.1244588367@sss.pgh.pa.us> <4A2F1F3B.1080308@cheapcomplexdevices.com> <5401.1244602759@sss.pgh.pa.us> In-Reply-To: <5401.1244602759@sss.pgh.pa.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 200906/493 X-Sequence-Number: 148837 Tom Lane wrote: > Ron Mayer writes: >> regression=# select interval '1 1' hour; > > Hmm, not sure about that one. We decided a week or two back that we > don't want the thing discarding higher-order field values, and this > seems pretty close to that. As the code is set up (plus my patch) > I think it's the case that only the rightmost field specification > of the interval qualifier makes any difference for parsing the value; > the leftmost field doesn't really affect what we think the constant > means. That seems like a nice simple consistency property ... Sounds good. I'm happy with it then.