"Yan Bai" <annie_job@hotmail.com> writes:
> I met a problem when i was loading data from a text file to the tables.
You need to set DateStyle to tell the system the format of your date
data before you load the file. Evidently the default (US style) is
not what you are expecting.
regards, tom lane