Re: Authentication failed when Password contains Japaneese Charecters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Authentication failed when Password contains Japaneese Charecters
Дата
Msg-id 8844.1271809392@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Authentication failed when Password contains Japaneese Charecters  (Shivender Devarakonda <shivenderd@gmail.com>)
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Shivender Devarakonda
Дата:
Сообщение: Authentication failed when Password contains Japaneese Charecters
Следующее
От: Shivender Devarakonda
Дата:
Сообщение: Re: Authentication failed when Password contains Japaneese Charecters