Subject: | differnt producers based on version |
Instead of just having MySQL, there should be:
MySQL
MySQL4
MySQL5
You would use it like this:
sqlt -f PostgreSQL -t MySQL4 from.sql > to.sql
That way, if you are using an older database, you can make sure the
script you generate will have the appropriate commands. Also, MySQL will
be a synonym for the highest version, so in this case MySQL would equal
MySQL5.