Re: Internationalization

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dennis Gearon <gearond(at)fireserve(dot)net>
Cc: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Internationalization
Date: 2004-07-01 14:25:13
Message-ID: 26922.1088691913@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dennis Gearon <gearond(at)fireserve(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Montgomery 2004-07-01 14:49:16 Re: backups
Previous Message Robin Ericsson 2004-07-01 13:29:32 Re: Bug in function to_char() !!