Re: Localization (for dates) Oracle vs. Postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Localization (for dates) Oracle vs. Postgresql
Дата
Msg-id 18879.1062602633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Localization (for dates) Oracle vs. Postgresql  ("Amin Schoeib" <aschoeib@4tek.de>)
Ответы Re: Localization (for dates) Oracle vs. Postgresql
Список pgsql-general
"Amin Schoeib" <aschoeib@4tek.de> writes:
> Is there maybe any other???

The only other suggestion I can make is to write your own formatting
function.  It'd be a pain in the neck to build a general-purpose one,
but you could handle a fixed output format with just a few lines of code
in plpgsql.  (Might be even easier in plperl or pltcl.)  That would
probably tide you over until to_char() has more locale support.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Using oids
Следующее
От: Bo Lorentsen
Дата:
Сообщение: Re: Using oids