lc_messages 8.3.7

Поиск
Список
Период
Сортировка
От pribram pribram
Тема lc_messages 8.3.7
Дата
Msg-id 810.1494-30727-1603195330-1243963511@post.cz
обсуждение исходный текст
Ответы Re: lc_messages 8.3.7  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Hi,

Postgresql 8.2.13 on Windows (it's correct, "Leden" is the Czech translation of "January"):

postgres=# SET lc_messages=en;select to_char('2006/01/01'::timestamp, 'TMMonth');
SET
 to_char
---------
 January

postgres=# SET lc_messages=cs;select to_char('2006/01/01'::timestamp, 'TMMonth');
SET
 to_char
---------
 Leden

Postgresql 8.3.7 on Windows (wrong):

postgres=# SET lc_messages=en;select to_char('2006/01/01'::timestamp, 'TMMonth');
SET
 to_char
---------
 January

postgres=# SET lc_messages=cs;select to_char('2006/01/01'::timestamp, 'TMMonth');
SET
 to_char
---------
 January


Do you have any idea what happens in 8.3.7?

Thank you.
Pribram

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

Предыдущее
От: pribram pribram
Дата:
Сообщение: lc_messages on 8.3.7
Следующее
От: Ben Chobot
Дата:
Сообщение: Re: Really out of memory?