I am trying to migrate a postgresql database to mysql following this tutorial: http://mysqlworkbench.org/2012/11/how-to-migrate-postgresql-databases-to-mysql-using-the-mysql-wo
Just quoting Craig Ringer's comment to make it "more visible"
If you have Windows 64Bits then you probably had installed only the 64bit psqlodbc drivers, so all you need is to use e.g.: PostgreSQL ANSI(x64)
(I had used that and worked for me)
Just stuck onto it for at least 1h until came into Craig's comment, Thanks man!