----- Original Message -----
>From: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>
>To: "Michal Kalanski" <kalanskim(at)zetokatowice(dot)pl>
>Cc: <pgsql-general(at)postgresql(dot)org>
>Sent: Tuesday, April 01, 2003 3:00 PM
>Subject: Re: [GENERAL] Dates in inserts
>Looks like the server is confused about the date format you want to use.
>Decide on European or US and do a SET DATESTYLE as appropriate.
I want to use dd.mm.yy date format.
I want to validate dates in inserts. How to do it ?