Re: Date Format Question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Date Format Question
Дата
Msg-id 1832.1133811747@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Date Format Question  (Frank Bax <fbax@sympatico.ca>)
Ответы Re: Date Format Question
Список pgsql-novice
Frank Bax <fbax@sympatico.ca> writes:
> That's weird, because on my system to_date('31/12/2005','mm/dd/yyyy')
> produces 2007-07-14!

Yeah, to_date()'s lack of error checking is disgraceful.  For most
purposes, it'd be better to read this data using the normal date
input converter with DATESTYLE set to DMY (or MDY if that's what you
really wanted).

            regards, tom lane

В списке pgsql-novice по дате отправления: