Re: How convert UNICODE

From: Drew <drewmwilson(at)fastmail(dot)fm>
To: lms <piechcio(at)inetcafe(dot)eu(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How convert UNICODE
Date: 2006-11-17 21:17:05
Message-ID: D7EE51D7-81DF-4E64-9947-3B7A40AA636B@fastmail.fm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

How about pg_dump the data from your old database, then load it into
your new database which is using UTF8?

Drew

On Nov 17, 2006, at 9:09 AM, lms wrote:

> Hello
> I have 2 databases with same table. First database is in UNICODE,
> second in
> SQL_ASCII.
>
> 4 columns from first database I must convert to:
> (first column)iso8859-1,
> (second column)iso8859-2,
> (3-th column)iso8859-1,
> (4 column)iso8859-5.
>
> After it I must save these 4 rows in database in SQL_ASCII.
> How can I do it? It can be using libpq,libpgeasy,....
>
> Thx.
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that
> your
> message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message lms 2006-11-17 23:00:44 Re: How convert UNICODE
Previous Message Drew 2006-11-17 21:16:03 query faster using LEFT OUTER join?