Re: Localization (for dates) Oracle vs. Postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Localization (for dates) Oracle vs. Postgresql
Дата
Msg-id 13002.1062598841@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Localization (for dates) Oracle vs. Postgresql  ("Amin Schoeib" <aschoeib@4tek.de>)
Список pgsql-general
"Amin Schoeib" <aschoeib@4tek.de> writes:
> I want to change for example for one session the date-format from english to german, so that
> The month names for example march will be M�rz in German.
> I only need that for the monthnames.

I think you can do this if you are willing to use to_char() to format
the dates for display.  There's no provision for such localization in
the basic date or timestamp datatypes, though.

            regards, tom lane

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

Предыдущее
От: "Amin Schoeib"
Дата:
Сообщение: Re: Trunc in Postgres
Следующее
От: "Chris Boget"
Дата:
Сообщение: Re: Trunc in Postgres