Re: How convert UNICODE

From: "lms" <piechcio(at)inetcafe(dot)eu(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How convert UNICODE
Date: 2006-11-17 23:00:44
Message-ID: 20061117225420.M66174@inetcafe.eu.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi

New database must be in SQL_ASCII. In old database (UNICODE) are for example
2 columns. Rows from first column I must convert to ISO_8859_2 and insert it
to first column in SQL_ASCII database, and rows from second column I must
convert to IS0_8859_5 and insert to second column in SQL_ASCII database.

On Fri, 17 Nov 2006 13:17:05 -0800, Drew wrote
> How about pg_dump the data from your old database, then load it into
> your new database which is using UTF8?
>
> Drew

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Aaron Bono 2006-11-17 23:04:28 Re: sql problem with join
Previous Message Drew 2006-11-17 21:17:05 Re: How convert UNICODE