Re: Authentication failed when Password contains Japaneese Charecters - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Authentication failed when Password contains Japaneese Charecters
Date
Msg-id 25457.1271868089@sss.pgh.pa.us
Whole thread Raw
In response to Re: Authentication failed when Password contains Japaneese Charecters  (Shivender Devarakonda <shivenderd@gmail.com>)
List pgsql-jdbc
Shivender Devarakonda <shivenderd@gmail.com> writes:
> I tried to use ALTER USER to change the password, for some reason the sql
> command is not displaying the japaneese charecter properly and I tried using
> the buffer file but the buffer file was default to ANSI format and it is not
> accepting UTF-8 format..

Well, that's sure consistent with the idea that you've got encoding
conversion issues going on.  I don't know enough about encoding behavior
on Windows to help you much more with that.  The path of least
resistance might be to use a plain-ASCII password.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Shivender Devarakonda
Date:
Subject: Re: Authentication failed when Password contains Japaneese Charecters
Next
From: Kris Jurka
Date:
Subject: Re: SOLVED ... Re: Getting rid of a cursor from JDBC .... Re: [PERFORM] Re: HELP: How to tame the 8.3.x JDBC driver with a biq guery result set