I’ve now got a tool (almost complete) that slurps in a MySQL DB definition and spits out one for Postgres. I will post a link to it when I get creation of the enum tables working. (Instead of enums, Postgres uses constraints and extra tables.)
Sponsored Links
java,php,android講習/神田
www.kanda-it-school.com/ 学生や社会人幅広く対応,神田駅5分, 初心者歓迎,女性も多く安心,夜も開講
Eric Hodel has written 3 entries about this goal
I had a few problems moving to FreeBSD 5 with MySQL, which ultimately caused by was shoddy code in InnoDB.
I just rewrote all our in-code SQL queries to be easily recognizable. They now all live in
FOO = <<-SQL
SELECT blah
FROM there
WHERE x = 1
SQLThis will help us with moving away from MySQL.
Bob has also been exploring Postgres performance, but his results are preliminary
Eric Hodel has gotten 5 cheers on this goal.
Josh cheered this 4 years ago
yakuza cheered this 7 years ago
Random Geek cheered this 7 years ago
batkins cheered this 7 years ago
dagvl cheered this 7 years ago
