From: | Abu Mushayeed <abumushayeed(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | UTF8 Questions |
Date: | 2006-08-14 22:42:48 |
Message-ID: | 20060814224248.72408.qmail@web57113.mail.re3.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
We upgraded our Db from LATIN1 to UTF8 as follows:
1. new install with encoding=UTF8
2. pg_dump from old DB and import into new db using psql as follows:
pg_dump out of old_db|psql into new_db
3. New feeds (data files) come in same as when the DB was latin1. If error message from any load script like "Invalid UTF8 code ...", then, "set client_encoding=latin1" in the script and run again and all is well.
4. all the other scripts run on the UTF8 Db as is and no errors, meaning the scripts has not been changed and is running as is before when DB was latin1.
5. Now, some of the DB feeds (data files) is changing to UTF8. What needs to be done when the data feeds changes to UTF8.
Any other thoughts or if there is a problem that anyone sees, please help me with a solution.
Thanks
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
From | Date | Subject | |
---|---|---|---|
Next Message | Ivo Rossacher | 2006-08-15 02:16:18 | Re: UTF8 Questions |
Previous Message | Sriram Dandapani | 2006-08-14 22:32:10 | dropping partitioned table waits forever |