Error: "Conversion between UNICODE..."

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Error: "Conversion between UNICODE..."
Дата
Msg-id 5678.159.33.2.50.993569147.squirrel@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: Error: "Conversion between UNICODE..."  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Error: "Conversion between UNICODE..."  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-general
Hi everyone,

I'm getting hundreds of errors in my Postgres (7.0.2) logs like this:

    ERROR:  Conversion between UNICODE and SQL_ASCII is not supported

Postgres is compiled without multi-byte support and the encoding on the
database is SQL_ASCII. AFAIK, there is no need to store UNICODE (but I
might be wrong -- if that's the problem, tell me).

Since the database is accessed by hundreds of different clients
(interfacing using JDBC, PHP4, Perl, and perhaps others), I'm having
difficulty tracking down where these errors are coming from and why
they're occuring.

Does anyone know why this error would occur, and under what circumstances?

Just ask if you need more information.

TIA,

Neil


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Regression
Следующее
От: Corey Minter
Дата:
Сообщение: Re: PostgreSQL: YMMV?