Re: Authentication failed when Password contains Japaneese Charecters

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shivender Devarakonda <shivenderd(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Authentication failed when Password contains Japaneese Charecters
Date: 2010-04-21 00:23:12
Message-ID: 8844.1271809392@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Shivender Devarakonda <shivenderd(at)gmail(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Shivender Devarakonda 2010-04-21 00:29:19 Re: Authentication failed when Password contains Japaneese Charecters
Previous Message Shivender Devarakonda 2010-04-21 00:11:50 Authentication failed when Password contains Japaneese Charecters