Re: Internationalization - Mailing list pgsql-general

From Tom Lane
Subject Re: Internationalization
Date
Msg-id 26922.1088691913@sss.pgh.pa.us
Whole thread Raw
In response to Re: Internationalization  (Dennis Gearon <gearond@fireserve.net>)
List pgsql-general
Dennis Gearon <gearond@fireserve.net> writes:
> I didn't see anything that said what the LC_COLLATE and LC_TYPE settings were when initdb was done.
> How can I find that out?

In 7.4 you can just SHOW 'em, but before that you have to use
pg_controldata to find it out.

> in postgresql.conf
> ------------------
> LC_MESSAGES = 'C'
> LC_MONETARY = 'C'
> LC_NUMERIC = 'C'
> LC_TIME = 'C'

Given that I'd bet you have collate/ctype as C too, but it's not
certain.

            regards, tom lane

pgsql-general by date:

Previous
From: Robin Ericsson
Date:
Subject: Re: Bug in function to_char() !!
Next
From: Tom Lane
Date:
Subject: Re: Bug in function to_char() !!