Re: Chage driver locale.

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Jean Dannemann <jean(dot)carone(at)gmail(dot)com>
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Chage driver locale.
Date: 2017-08-08 15:39:40
Message-ID: CAB=Je-Exd7T8dyDiKnVoxQ1xx9Vojw-1m7znntf7cF4SS7_rrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jean>I've tried with "-Duser.language=xx -Duser.region=YY" on catalina.bat
but it did not worked.

Please try -Duser.language=pt -Duser.region=BR
It does result into message like
rg.postgresql.util.PSQLException: ResultSet não está posicionado
corretamente, talvez você precise chamar next.
at org.postgresql.jdbc.PgResultSet.checkResultSet(PgResultSet.java:2789)

Note: there are non-translated to pt_BR messages, so you will still see
English variations.

PS. Feel free to file PRs to improve the translation:
https://github.com/pgjdbc/pgjdbc/tree/master/pgjdbc/src/main/java/org/postgresql/translation

Vladimir

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Zemian Deng 2017-08-10 07:51:13 [pgjdbc/pgjdbc] b0cfc3: refactor: use PGProperty enum instead of text ref ...
Previous Message Dave Cramer 2017-08-08 15:12:13 Re: Chage driver locale.