lc_messages 8.3.7

From: pribram pribram <pribrampribram(at)post(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: lc_messages 8.3.7
Date: 2009-06-02 17:25:11
Message-ID: 810.1494-30727-1603195330-1243963511@post.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2009-06-02 17:44:07 Re: Schema, databse, or tables in different system folder
Previous Message ahmed saeed 2009-06-02 17:21:54 information request