From: | Vitalii Tymchyshyn <vit(at)tym(dot)im> |
---|---|
To: | Thomas Hill <Thomas(dot)K(dot)Hill(at)t-online(dot)de>, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: language of error text messages |
Date: | 2015-08-18 21:04:39 |
Message-ID: | CABWW-d2kSF4JbmAYetrhvQ-NR3_SC9D19S2XvhTjgb5s6+UKrw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
You can do it for the given user with "alter role set" command.
Best regards, Vitalii Tymchyshyn
Вт, 18 серп. 2015 16:33 Thomas Hill <Thomas(dot)K(dot)Hill(at)t-online(dot)de> пише:
> Hi,
>
> I am running my postgreSQL server with german message settings
> (lc_messages=de_DE.UTF-8) on a Debian Linux server with english default
> settings (LANG=en_Us.UTF-8).
>
> Messages returned to pgAdmin are in german - and I would like them to
> stay in german.
>
> Messages returned when a specific java client program is communicating
> with the server I would however like to be in english so my application
> error log file only contains english text. The java locale for my
> application as such I would like to remain set to german so my menus,
> button labels, etc. are in german.
>
> Is this possible? Is there a (driver) setting which allows the language
> to specified at a level I would need?
>
> I am aware lc_messages could be changes at the server level in server
> confgiguration file. I am also aware that lc_messages can be set at the
> data base level.
>
> If there is no setting, are the localized (JDBC?) message texts
> available to a java app so that I can use the error code to lookup the
> english message text somewhere?
>
> Thanks
> Thomas
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>
From | Date | Subject | |
---|---|---|---|
Next Message | rcohen | 2015-08-18 21:21:59 | sql type reported for enum |
Previous Message | Thomas Hill | 2015-08-18 20:33:08 | language of error text messages |