pgsql Newbie here...
I need to migrate TONS of data out of MySQL and into PostgreSQL 7.2.1. Thereare BLOBs and text fields with embedded commas in the MySQL source data.What's the best way to do this? mysqldump? Other tools?