Mail Archives: cygwin/2002/12/12/09:35:00
Just want to note that my LANG was not set when
I ran initdb which left me with LC_MESSAGES="EN_US".
I tried setting LANG=C in my environment and wiped
my postgres data directory and re initdb'ed and still
ended up with LC_MESSAGES="EN_US".
I'm guessing there's another environment variable that
initdb may be working with?
In any case, just commenting out the last 4 lines
in postgresql.conf seems to take care of the problem
for now.
Heitzso
-----Original Message-----
From: Jason Tishler [mailto:jason AT tishler DOT net]
Sent: Thursday, December 12, 2002 7:41 AM
To: cygwin AT cygwin DOT com
Subject: Re: postgresql postmaster and LC_MESSAGES EN_US problem
Heitzso,
On Wed, Dec 11, 2002 at 12:48:20PM -0500, Heitzso wrote:
> I got around this problem (??) by commenting out the 4 localization
> lines at the end of postgresql.conf in the data directory, but would
> greatly appreciate any suggestions as to what's south with my setup
> that would cause this.
It appears that having LANG=en_us set before you ran initdb caused this
problem. My recommendation it to either unset LANG or use LANG=C before
you rerun initdb.
IIRC, Cygwin does not fully support locale.
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -