I have both MySQL (5.0) and PostgreSQL (8.1) database servers on my PC.
On MySQL I have a table (very simple, only 7 char fields) filled with
about 35000 records. On PostgreSQL I have created the same table
structure (same fields, names, indexes, etc...). I would like to
transfer all records from MySQL to PostgreSQL.
Which is the easiest and shortest way to do this??
I know this question is related to a software extern to PostgreSQL,
however, I hope someone can help me. Thank.