From: | Ansgar -59cobalt- Wiechers <lists(at)planetcobalt(dot)net> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: index over timestamp not being used |
Date: | 2007-07-25 13:35:12 |
Message-ID: | 20070725133512.GA19159@mail.planetcobalt.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On 2007-07-25 Mario Weilguni wrote:
> Am Dienstag 24 Juli 2007 schrieb Tom Lane:
>>> I thought the to_char/to_date/to_timestamp functions were intented
>>> for this purposes
>>
>> No, they're intended for dealing with wacky formats that the regular
>> input/output routines can't understand or produce.
>
> Really? I use them alot, because of possible problems with different
> date formats. 20070503 means May 3, 2007 for germans,
Actually, no. 20070503 is the condensed form of the ISO international
calendar date format (see ISO 8601). German formats would be 03.05.2007
or 3. Mai 2007.
Regards
Ansgar Wiechers
--
"The Mac OS X kernel should never panic because, when it does, it
seriously inconveniences the user."
--http://developer.apple.com/technotes/tn2004/tn2118.html
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2007-07-25 14:09:09 | Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers |
Previous Message | Mario Weilguni | 2007-07-25 13:07:23 | Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers |