Re: LC_COLLATE problem between linux distros

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Longman <craigl(at)begeek(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: LC_COLLATE problem between linux distros
Date: 2002-10-04 05:37:31
Message-ID: 17845.1033709851@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Longman <craigl(at)begeek(dot)com> writes:
> FATAL 2: The database cluster was initialized with LC_COLLATE 'en_US',
> which is not recognized by setlocale().
> It looks like you need to initdb.

> seems pretty strange as i imagine that debian installs en_US as a locale
> option.

I'd have imagined that too, but it seems not; leastwise the error
message is pretty definitive about what Postgres is being told by
setlocale(). Look in /usr/share/locale/ --- is there an en_US
subdirectory? If not, maybe you missed installing some locale RPMs?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Val Ventura 2002-10-04 05:40:26 speed of server side languages
Previous Message Craig Longman 2002-10-04 05:26:36 LC_COLLATE problem between linux distros