lc_messages to_char('2007/01/01'::date,'TMMonth') does not work.

Поиск
Список
Период
Сортировка
От jcrada
Тема lc_messages to_char('2007/01/01'::date,'TMMonth') does not work.
Дата
Msg-id c630d806-6bb1-460e-af99-3c4410b42e0e@q78g2000hsh.googlegroups.com
обсуждение исходный текст
Ответы Re: lc_messages to_char('2007/01/01'::date,'TMMonth') does not work.  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-bugs
Hi, I'm having trouble displaying date names in other locales:

central=# show lc_messages;
   lc_messages
-----------------
 fr_FR.ISO8859-1
(1 row)

central=# select to_char('2007/01/01'::date,'TMMonth');
 to_char
---------
 January
(1 row)

This result is not the expected result, since my locale is fr_FR I
expect (as older versions of psql) to return Janvier instead. The same
applies when lc_messages = 'es_VE'.
Localization support in dates using to_char(date,varchar) is gone.
When will it be back? I don't want to rewrite the whole application :
(.

Thanks,

Juan Rada.

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #4041: error in Application Stack Builder
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #3983: pgxs files still missing in win32 install (8.3.1)