On Tue, Sep 30, 2008 at 10:08 AM, Sean Davis <[EMAIL PROTECTED]> wrote: > There are a number of mysql to postgresql converters available, but > many of them have significant shortcomings. Has anyone found a tool > that works well? I am trying to convert a couple of relatively large, > public schema to postgresql.
It can for the most part be done with text replacement with a good editor, or use sed. It's not that difficult. The data is even easier...a lot of times you can import a mysql (data only) dump directly into postgresql if you pass the right options to mysqldump. There are several tools that automate this process. One such tool is DTS from microsoft. Lately though I see less and less value in things like this when the same thing can be done with regex/sed. merlin -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general