From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | César Eduardo Schneider <cesschneider(at)yahoo(dot)com(dot)br> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: locale error |
Date: | 2003-02-12 07:51:27 |
Message-ID: | 1688.1045036287@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
=?iso-8859-1?q?C=E9sar=20Eduardo=20Schneider?= <cesschneider(at)yahoo(dot)com(dot)br> writes:
> I get the follow error:
> postgres(at)server:/usr/local/pgsql/bin$ ./postmaster -D /home/pgsql.old/
> FATAL: invalid value for option 'LC_MESSAGES': 'pt_BR'
> my env vars are:
> postgres(at)server:/usr/local/pgsql/bin$ env | grep LC
> LC_MESSAGES=3Dpt_BR
> LC_ALL=3Dpt_BR
> LC_CTYPE=3Dpt_BR
> When running initdb to create a new database, all id ok.
This is very very strange. The postmaster error says that your locale
library will not take pt_BR as a valid value for LC_MESSAGES. But if
you are able to initdb with that same setting then it would seem that
pt_BR *is* a valid setting for LC_MESSAGES. Are you sure that the
installed $PGINSTDIR/share/postgresql.conf.sample (which is what initdb
will use) also has lc_messages set to pt_BR?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Ville Jungman | 2003-02-12 10:53:10 | How can i combine two columns |
Previous Message | César Eduardo Schneider | 2003-02-12 04:39:16 | locale error |