Re: Localisation - Mailing list pgsql-admin

From Tom Lane
Subject Re: Localisation
Date
Msg-id 28587.1185384852@sss.pgh.pa.us
Whole thread Raw
In response to Localisation  ("Martial Elise KIBA" <mkiba@delgi.gov.bf>)
List pgsql-admin
"Martial Elise KIBA" <mkiba@delgi.gov.bf> writes:
> I have a postgresql sever running on RedHat EL 4.0 Update 2.
> ...
> But postgresql steal respond in english, and TO_CHAR(date, 'Day, DD Month
> YYYY') return a date in english

What PG version is this?  Are you sure it was built with --enable-nls?
("pg_config --configure" is the way to check.)

According to the manual, to_char() only emits localized month names if
you use "TMMonth".  But I'm not sure why you're not seeing localized
messages, if the server was built with the correct options.

            regards, tom lane

pgsql-admin by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: primary key and foreign key
Next
From: "Eduardo Ferreira"
Date:
Subject: PL/SQL dynamic update error