Thread: Specifying date locales

Specifying date locales

From
Andrew.Mason@spektra.co.uk
Date:
I have a timestamp field, into which I will be inserting UK style dates
i.e. 31/3/2000.
If I insert an ambiguous date i.e. 11/1/2000  postgresql seems to assume
that it is in US format.
How can I specify that the date will always be in UK format?

Andrew Mason