Re: Is this error correct/possible? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Is this error correct/possible?
Date
Msg-id Pine.BSO.4.62.0508230952160.9331@leary.csoft.net
Whole thread Raw
In response to Is this error correct/possible?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Responses Re: Is this error correct/possible?
List 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 by date:

Previous
From: Joost Kraaijeveld
Date:
Subject: Re: Is this error correct/possible?
Next
From: Joost Kraaijeveld
Date:
Subject: Re: Is this error correct/possible?