Re: lc_messages 8.3.7

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: pribram pribram <pribrampribram(at)post(dot)cz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: lc_messages 8.3.7
Date: 2009-06-03 16:40:33
Message-ID: 20090603164033.GH7172@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pribram pribram wrote:

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

Hmm, it works fine for me (not Windows though):

alvherre=# SET lc_messages='C';select to_char('2006/01/01'::timestamp, 'TMMonth');
SET
to_char
---------
January
(1 fila)

alvherre=# SET lc_messages='fr_CA';select to_char('2006/01/01'::timestamp, 'TMMonth');
SET
to_char
---------
Janvier
(1 fila)

alvherre=# RESET lc_messages; select to_char('2006/01/01'::timestamp, 'TMMonth');
RESET
to_char
---------
Enero
(1 fila)

alvherre=# select version();
version
------------------------------------------------------------------------------------------
PostgreSQL 8.3.7 on x86_64-unknown-linux-gnu, compiled by GCC gcc (Debian 4.3.3-3) 4.3.3
(1 fila)

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jennifer Trey 2009-06-03 17:27:48 Re: High I/O writes activity on disks causing images on browser to lag and not load
Previous Message Carlos Oliva 2009-06-03 16:29:13 Re: Schema, databse, or tables in different system folder