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 14:58:23
Message-ID: 23571.1271861903@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 set the following property in postgresql.conf:
> client_encoding = UTF-8 # actually, defaults to database

That would not help if you were connecting to a database with SQL_ASCII
encoding (which defeats all encoding intelligence). I'd suggest
connecting to cmdb with psql and issuing an ALTER USER command to
set the user's password again.

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nikolas Everett 2010-04-21 15:07:11 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 Robert Haas 2010-04-21 14:41:25 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