From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | iuri(dot)sampaio(at)computer(dot)org |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: ltree installation error |
Date: | 2007-12-20 01:23:24 |
Message-ID: | 1776.1198113804@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"Iuri Sampaio" <iuri(dot)sampaio(at)gmail(dot)com> writes:
> I don;t understand how it's related with postgresql installation. I never
> had this problem before.
> My locale is set:
> debian:~# locale -a
> C
> en_US.utf8
> POSIX
Well, your original report was about this:
FATAL: invalid value for parameter "lc_messages": "en_CA.utf-8"
which evidently is not a locale that your system has got. The
locale -a printout suggests that if it is there, it'd be named
"en_CA.utf8", and it's hard to tell whether your platform would
be forgiving of the spelling difference or not. In any case,
the question is where Postgres got that setting from. AFAIK
the only likely explanation is that LANG was set that way when
you ran initdb.
You could try modifying lc_messages in postgresql.conf, but it
might be safer to wipe the database directory and re-initdb
with a corrected LANG setting.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Iuri Sampaio | 2007-12-20 05:38:37 | Re: ltree installation error |
Previous Message | Tom Lane | 2007-12-20 00:27:51 | Re: [BUGS] BUG #3829: Wrong index reporting from pgAdmin III (v1.8.0 rev 6766-6767) |