lc_messages 8.3.7 - Mailing list pgsql-general

From pribram pribram
Subject lc_messages 8.3.7
Date
Msg-id 810.1494-30727-1603195330-1243963511@post.cz
Whole thread Raw
Responses Re: lc_messages 8.3.7
List 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 by date:

Previous
From: pribram pribram
Date:
Subject: lc_messages on 8.3.7
Next
From: Ben Chobot
Date:
Subject: Re: Really out of memory?