Re: [ADMIN] ADMIN Migrate postgres databases from SQL_ASCII to UNICODE

2004-07-18 Thread Dario V. Fassi
Thanks very much to all. Dario. Patrice Trognon wrote: Hi, If you have blobs you must split your SQL_ASCII to convert it with iconv. I export my full database. I create a new SQL_ASCII database with only tables that don't contains blobs. (db_without_blobs) I create a new SQL_ASCII database with onl

Re: [ADMIN] ADMIN Migrate postgres databases from SQL_ASCII to UNICODE

2004-07-18 Thread Patrice Trognon
Hi, If you have blobs you must split your SQL_ASCII to convert it with iconv. I export my full database. I create a new SQL_ASCII database with only tables that don't contains blobs. (db_without_blobs) I create a new SQL_ASCII database with only tables that contains blobs. (db_with_blobs) Export