Re: Authentication failed when Password contains Japaneese Charecters
От | Shivender Devarakonda |
---|---|
Тема | Re: Authentication failed when Password contains Japaneese Charecters |
Дата | |
Msg-id | x2ka7ddbfcf1004201923pc4c50f97wedecea492f4bffcd@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Authentication failed when Password contains Japaneese Charecters (Shivender Devarakonda <shivenderd@gmail.com>) |
Ответы |
Re: Authentication failed when Password contains Japaneese Charecters
Re: Authentication failed when Password contains Japaneese Charecters |
Список | pgsql-jdbc |
When I did the psql -l I see the following DBs in my local environment:
C:\PostgreSQL\bin>psql -l
List of databases
Name | Owner | Encoding
-----------+----------+-----------
cmdb | admin | UTF8
postgres | postgres | SQL_ASCII
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
List of databases
Name | Owner | Encoding
-----------+----------+-----------
cmdb | admin | UTF8
postgres | postgres | SQL_ASCII
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
I am using cmdb which is UTF8.
I think it is consistent with my application? any thoughts what might be wrong.
Thanks,
Shivender
On Tue, Apr 20, 2010 at 7:07 PM, Shivender Devarakonda <shivenderd@gmail.com> wrote:
Thanks. Where should I look for this property?Thanks,Shivender
On Tue, Apr 20, 2010 at 6:18 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:Shivender Devarakonda <shivenderd@gmail.com> writes:> I did not give any explicit encoding while creating the DB. I am runningWell, you should look at what server_encoding is set to, then.
> postgres on Windows XP system.
If it's not UTF-8 then that's likely the source of the problem.
regards, tom lane
В списке pgsql-jdbc по дате отправления: