Re: Authentication failed when Password contains Japaneese Charecters

Поиск
Список
Период
Сортировка
От Shivender Devarakonda
Тема Re: Authentication failed when Password contains Japaneese Charecters
Дата
Msg-id k2ta7ddbfcf1004210918x64f9c66au4183983f5d0fb46@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Authentication failed when Password contains Japaneese Charecters  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Authentication failed when Password contains Japaneese Charecters
Список pgsql-jdbc
I did not get you on this. My DB cmdb is in UTF-8 already, do I still need to change the password and test it?
 
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..
 
any thoughts?
 
Thanks,
Shivender

On Wed, Apr 21, 2010 at 7:58 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Shivender Devarakonda <shivenderd@gmail.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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Nikolas Everett
Дата:
Сообщение: 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
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Authentication failed when Password contains Japaneese Charecters