Re: A creepy story about dates. How to prevent it? - Mailing list pgsql-general

From Dennis Gearon
Subject Re: A creepy story about dates. How to prevent it?
Date
Msg-id 3EF7428B.3010803@cvc.net
Whole thread Raw
In response to Re: A creepy story about dates. How to prevent it?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I think rejecting the data is the best approach. I raises a big  flag to the sysadmin or user.

Tom Lane wrote:

> "scott.marlowe" <scott.marlowe@ihs.com> writes:
>
>>The one thing that should absolutely be turned off is day/month swapping
>>on dates of the form: 2003-02-22.
>
>
> Agreed on that.  YYYY-DD-MM isn't used in the real world AFAIK, and it's
> reasonable to treat it as an error.
>
>
>>I've seen little actual defense of the current behaviour,
>
>
> Other than me, I think you mean.  dd/mm/yyyy and mm/dd/yyyy are
> inherently ambiguous in the real world, and when you can clearly
> determine what the intended meaning is, I think it's more reasonable
> to assume the datestyle isn't set correctly than to reject the data.
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: [pgsql-advocacy] interesting PHP/MySQL thread
Next
From: Erik Price
Date:
Subject: different datatypes in index scan join