in reply to Re: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?
in thread Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?

Take extra care with triggers and stored procedures and (nesting) transactions.

...I think those are rarities in the MySQL world

(Besides, anyone who has invested in an RDBMS enough to use stored procedures probably has no interest in nor intent on switching to another one.)

  • Comment on Re^2: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?