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

LOL
Funny you bring that Module up. After posting this topic, I went on a hunt to see if there might be something better, and landed on exactly that same Module.

Thanks :)

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^3: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql? (sqlt)