Re: Authentication failed when Password contains Japaneese Charecters

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