I am running PostgreSQL on a German Windows machine. Client programs like
psql and pgAdmin are printing German translation strings everywhere, even
though I told the installer to use English/United States locale. How can I
disable all translations and simply use the English version of all programs?
Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."
--
Sent via pgsql-general mailing list (pgsql-...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
set LC_MESSAGES=English
Regards
Thomas
> set LC_MESSAGES=English
Yes, that works very well for psql, thanks! However, pgAdmin is still in
German. Not even setting LC_ALL to en_US seems to help. Any other trick?
Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."
File -> Options -> User Language -> English
works for me
Thomas
> File -> Options -> User Language -> English
>
> works for me
*groan*
I was looking at that dialog, but still missed that. Thanks again!
Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."