Re: problem: Postgresql and Unicode - Mailing list pgsql-admin

From Björn Metzdorf
Subject Re: problem: Postgresql and Unicode
Date
Msg-id 015f01c2da5a$5ed64e10$0564a8c0@shock
Whole thread Raw
In response to Re: problem: Postgresql and Unicode  ("Nathalie Boulos" <nathalieboulos@hotmail.com>)
List pgsql-admin
> But now I'm facing another problem:
> How do I convert existing data in an SQL_ASCII database to unicode?
>
> Has anyone tried this before?

Yes, that is no problem. Have a look at
http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=multibyte.ht
ml#AEN21920

short: dump sql_ascii, create unicode db, insert the dump with client
encoding set to latin1 (or whatever).

Regards,
Bjoern


pgsql-admin by date:

Previous
From: "Nathalie Boulos"
Date:
Subject: Re: problem: Postgresql and Unicode
Next
From: "Gaetano Mendola"
Date:
Subject: index not used in ( varchar = text )