From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl> |
Cc: | "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: BETWEEN not matching on timestamp value |
Date: | 2009-06-30 17:48:50 |
Message-ID: | dcc563d10906301048k48e980f8jbdeff8b3379cab4b@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Jun 30, 2009 at 11:45 AM, Alban
Hertroys<dalroi(at)solfertje(dot)student(dot)utwente(dot)nl> wrote:
> On Jun 30, 2009, at 7:17 PM, James B. Byrne wrote:
>
>> I have encountered an error that, on the face of it, seems to me to
>> be inexplicable. I hope that someone here can illuminate the matter
>> for me.
>>
>> PGError: ERROR: timestamp out of range: "20080809-01-01
>> 00:00:00"
>> : SELECT * FROM "currency_exchange_rates" WHERE
>> (currency_code_base = E'CAD' AND currency_code_quote = E'JPY'
>> AND effective_from BETWEEN '20080809-01-01 00:00:00' AND
>> '20080809-01-01 23:59:59') ORDER BY currency_code_base,
>> currency_code_quote, effective_from DESC
>
>
> Oh I so do hope that we won't have to bother with currencies anymore THAT
> far into the future!
You laugh, but who will be fixing the Y20M problem, huh?
From | Date | Subject | |
---|---|---|---|
Next Message | James B. Byrne | 2009-06-30 17:51:36 | Re: BETWEEN not matching on timestamp value |
Previous Message | Alban Hertroys | 2009-06-30 17:45:15 | Re: BETWEEN not matching on timestamp value |