For some reason I cannot change the language of the error messages from PostgreSQL. I have tried to set the language inside the script for creating the schema in at the first line:
SET lc_messages TO 'en_US.UTF-8';
and I also did this, setting LC_MESSAGES
to English
but it didn't help. Yes, I restarted the service after changing the value.
Nothing seems to work. I am still getting my messages in German.
What else can I try?