Re: datestyle

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: datestyle
Дата
Msg-id 39BCF0FA.B042F237@alumni.caltech.edu
обсуждение исходный текст
Ответ на datestyle  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
> I cannot change the format of the date style with set
> ... I want to use the European format i.e : DD/MM/YYYY and not YYYY/MM/DD...
> NOTICE:  DateStyle is ISO with European conventions
> SHOW VARIABLE

The ISO style is YYYY/MM/DD. The "European conventions" in this case
only affect the interpretation of ambiguous *input*.

You need to specify "Postgres,European" as your date style.

                    - Thomas

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: nested implicit selects (views) go wrong
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: [SQL] Re: "ORDER BY" issue - is this a bug?