Re: Problem while OS-Update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Heiko Pohl <Heiko(dot)Pohl(at)VR-Web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem while OS-Update
Date: 2004-06-22 13:39:37
Message-ID: 16882.1087911577@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Heiko Pohl <Heiko(dot)Pohl(at)VR-Web(dot)de> writes:
> -bash-2.05b$ /usr/local/pgsql/bin/postmaster -D /var/lib/pgsql.old/data
> FATAL 2: The database cluster was initialized with LC_COLLATE
> 'de_DE.UTF-8' and
> LC_CTYPE 'de_DE.UTF-8', but the server was compiled without
> locale support.
> It looks like you need to initdb or recompile.

You need configure --enable-locale, or some such switch.

> -bash-2.05b$ /usr/local/pgsql/bin/initdb -D /var/lib/pgsql.old/data/

Do NOT NOT NOT initdb, or you'll have wasted this whole exercise.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message eetemadi 2004-06-22 13:48:57 How can I add a new language localization(locale) support
Previous Message Tatsuo Ishii 2004-06-22 13:32:55 pgpool 2.0 is available