How convert UNICODE

From: "lms" <piechcio(at)inetcafe(dot)eu(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: How convert UNICODE
Date: 2006-11-17 17:09:37
Message-ID: 20061117165852.M2045@isb.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Drew 2006-11-17 21:16:03 query faster using LEFT OUTER join?
Previous Message A. Kretschmer 2006-11-17 11:07:16 Re: hi may i know y am i getting this error