How convert UNICODE - Mailing list pgsql-sql

From lms
Subject How convert UNICODE
Date
Msg-id 20061117165852.M2045@isb.com.pl
Whole thread Raw
Responses Re: How convert UNICODE
List 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,(4column)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.



pgsql-sql by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: hi may i know y am i getting this error
Next
From: Drew
Date:
Subject: query faster using LEFT OUTER join?