Re: Problem with postgres and Suse

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Problem with postgres and Suse
Дата
Msg-id Pine.BSO.4.56.0409140537510.18601@leary.csoft.net
обсуждение исходный текст
Ответ на Problem with postgres and Suse  (Albert Vilà <albvil@gmail.com>)
Список pgsql-jdbc

On Tue, 14 Sep 2004, [ISO-8859-1] Albert Vilà wrote:

> With build 215 and Debian all it's ok
>
> Now with suse and 215 the problem is :
>
> java.lang.Exception: 0 -  - Invalid character data was found.  This is
> most likely caused by stored data containing characters that are
> invalid for the character set the database was created in.  The most
> common example of this is storing 8bit data in a SQL_ASCII database.

Yes, but this is different stacktrace than you initially showed.  The
error message seems clear.  What is the encoding of your database?  It
appears not to be set correctly for your data.  The JDBC driver (unlike
most other client interfaces) requires your data to be encoded correctly.
Unfortunately the only way to fix it is a dump and reload.

Kris Jurka


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Problem with postgres and Suse
Следующее
От: Tim Penhey
Дата:
Сообщение: Problem with dollar-quoted CREATE OR REPLACE FUNCTION