1The Perl script mysql2pgsql can be used to convert MySQL database
2dumps to a PostgreSQL-compatible format (so the data can be imported
3into PostgreSQL).  This can be useful if you are switching from MySQL
4to PostgreSQL and you have quite a bit of data in your MySQL
5databases.
6
7WWW: http://pgfoundry.org/projects/mysql2pgsql/
8