Can't change language through LC_MESSAGES

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Can't change language through LC_MESSAGES
Date: 2005-09-26 22:44:18
Message-ID: dh9tk3$adb$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I'm trying to change the server messages back to english (initdb created
'German_Germany.1251' because I'm running a German Windows) by setting
the lc_messages property to 'C'. But the messages from e.g. pgsql or
pg_ctl still show up in German. I reloaded the config and I restarted
the PG service but to no avail. I also tried 'English' and 'POSIX' but
none of them changed the messages language.

I have now simply removed the locale subdirectory in $PGHOME/share and
that worked, but this doesn't feel right :)

What am I missing here?

Best regards
Thomas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-09-27 01:19:50 Re: Can't change language through LC_MESSAGES
Previous Message Tom Lane 2005-09-26 22:02:43 Re: c-language function .h file changes between (major) versions