Re: [ADMIN] Migration problems with encoding.

2006-12-12 Thread Peter Eisentraut
Manuel Trujillo wrote: > The problem: Encoding incompatibilities between the postgresql > version. In detail? -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

Re: [ADMIN] Migration problems with encoding.

2006-12-12 Thread Shoaib Mir
Have you tried using 'iconv' for cleaning up the invalid UTF8 character? In case of big files you can always split them. - Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/12/06, Manuel Trujillo <[EMAIL PROTECTED]> wrote: Hi! Firs, I will apologize about my bad english...

[ADMIN] Migration problems with encoding.

2006-12-12 Thread Manuel Trujillo
Hi! Firs, I will apologize about my bad english... sorry... I have a database in postgres 8.0 with encoding defined with UTF8. All work fine, but because the new features from 8.2 version, we would like to migrate the database to this new version. The problem: Encoding incompatibilities between t