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 8844.1271809392@sss.pgh.pa.us
Whole thread Raw
In response to Authentication failed when Password contains Japaneese Charecters  (Shivender Devarakonda <shivenderd@gmail.com>)
Responses Re: Authentication failed when Password contains Japaneese Charecters  (Shivender Devarakonda <shivenderd@gmail.com>)
Re: Authentication failed when Password contains Japaneese Charecters  (dmp <danap@ttc-cmc.net>)
List pgsql-jdbc
Shivender Devarakonda <shivenderd@gmail.com> writes:
> I am using Postgres SQL version 8.3 server and I have a client that uses
> Postgres SQL JDBC driver. I have a user "admin" with the password having
> japaneese charecters 形式.

Just a guess, but I suspect it's an encoding issue.  I expect JDBC would
send the password in utf8 encoding.  Maybe you defined the password in
a session that was using a different encoding?

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Shivender Devarakonda
Date:
Subject: Authentication failed when Password contains Japaneese Charecters
Next
From: Shivender Devarakonda
Date:
Subject: Re: Authentication failed when Password contains Japaneese Charecters