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: Ader Javier <javierader(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Authentication failed when Password contains Japaneese Charecters
Date: 2010-04-21 16:41:29
Message-ID: 25457.1271868089@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 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-04-21 17:58:51 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
Previous Message Shivender Devarakonda 2010-04-21 16:18:40 Re: Authentication failed when Password contains Japaneese Charecters