Re: Is this error correct/possible?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Is this error correct/possible?
Дата
Msg-id Pine.BSO.4.62.0508230952160.9331@leary.csoft.net
обсуждение исходный текст
Ответ на Is this error correct/possible?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Ответы Re: Is this error correct/possible?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Список pgsql-jdbc

On Tue, 23 Aug 2005, Joost Kraaijeveld wrote:

> What if you don't have a choise? E.g. the database is already in
> SQL_ASCII? Can I convert the database from SQL_ASCII to UNCODE?
>

Yes, but this requires a dump and restore.  Additionally since you have
some non-unicode data in there, it may require running something like
iconv over the data before reloading it.  This can be especially messy if
you've got multiple encodings in there already.  It all depends on the
uniformity of your existing data.

Kris Jurka

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

Предыдущее
От: Joost Kraaijeveld
Дата:
Сообщение: Re: Is this error correct/possible?
Следующее
От: Joost Kraaijeveld
Дата:
Сообщение: Re: Is this error correct/possible?