Re: data forma error in pgsql 7.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: data forma error in pgsql 7.1
Дата
Msg-id 25428.1066417507@sss.pgh.pa.us
обсуждение исходный текст
Ответ на data forma error in pgsql 7.1  ("Ivan E. Rivera Uria" <irivera@bnchq.com.mx>)
Ответы Re: data forma error in pgsql 7.1  ("Ivan E. Rivera Uria" <irivera@bnchq.com.mx>)
Список pgsql-bugs
"Ivan E. Rivera Uria" <irivera@bnchq.com.mx> writes:
> the date format that we use is DD/MM/YYYY but whet we execute a select
> command we get this information:

Sounds to me like you haven't told the database what format you're
using.  See the DATESTYLE parameter; you need to select "european"
format to get it to default to dd-before-mm date order.

> We need to know if is necessary to install some patch to fix this
> problem or upgrade the database.

An upgrade would be a good idea in any case.  7.1.3 is pretty old.

            regards, tom lane

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

Предыдущее
От: "Ivan E. Rivera Uria"
Дата:
Сообщение: data forma error in pgsql 7.1
Следующее
От: elein
Дата:
Сообщение: 7.3 interval casting broken (7.4 OK)