| From: | pribram pribram <pribrampribram(at)post(dot)cz> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | lc_messages on 8.3.7 |
| Date: | 2009-06-02 17:20:16 |
| Message-ID: | 813.1499-29996-1421608019-1243963216@post.cz |
| Views: | Whole Thread | Raw Message | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ahmed saeed | 2009-06-02 17:21:54 | information request |
| Previous Message | Tom Lane | 2009-06-02 17:12:22 | Re: Forcing the use of one index instead other. |