| From: | "steve owen" <steve(at)keymarksystems(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #1716: FATAL: XX000: failed to initialize lc_messages to "" |
| Date: | 2005-06-10 17:32:32 |
| Message-ID: | 20050610173232.1D0E7F0B00@svr2.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1716
Logged by: steve owen
Email address: steve(at)keymarksystems(dot)com
PostgreSQL version: 7.4.8
Operating system: RHEL4
Description: FATAL: XX000: failed to initialize lc_messages to ""
Details:
I found this referenced under bug #1344: locale problem
The problem appears to be in going from Linux 2.6.9-5.0.5 to 2.6.9-11 the
default LANG environment variable changed
from LANG=en_US.UTF-8 to LANG=english_us.8859. Error could be identified by
typing locale at the opsys prompt.
I fixed by adding to posgres .bash_profile:
LANG=en_US.UTF-8; export LANG
hopes this helps someone else
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew - Supernews | 2005-06-10 23:29:41 | Re: Bug#311533: Invalid timestamp returned because of timezone |
| Previous Message | James Doherty | 2005-06-10 15:41:15 | BUG #1715: dbmirror replaces nextval, setval functions |