Re: [GENERAL] Can't change language through LC_MESSAGES

2005-09-27 Thread Thomas Kellerer
Tom Lane wrote on 27.09.2005 03:19: Thomas Kellerer <[EMAIL PROTECTED]> writes: 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

Re: [GENERAL] Can't change language through LC_MESSAGES

2005-09-27 Thread Peter Eisentraut
Am Dienstag, 27. September 2005 00:44 schrieb Thomas Kellerer: > 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 sh

Re: [GENERAL] Can't change language through LC_MESSAGES

2005-09-26 Thread Tom Lane
Thomas Kellerer <[EMAIL PROTECTED]> writes: > 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.

[GENERAL] Can't change language through LC_MESSAGES

2005-09-26 Thread Thomas Kellerer
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