Re: - Mailing list pgsql-general

From Thomas Lockhart
Subject Re:
Date
Msg-id 3C221390.B970BAB@fourpalms.org
Whole thread Raw
In response to  ("Peter E. Chen" <pchen3@jhmi.edu>)
List pgsql-general
> Can anyone tell me where I can find documention on how to use mysql2pgsql?
> I downloaded the software conversion utility from www.pgsql.com.

Create a dump file from mysql, then give that file to mysql2pgsql (use
the --help option to see other possible parameters). Write the output to
a file:

  mysql2pgsql --verbose dumpfile > pgsql.dump

The output file will work as-is or with some modifications to give you
something you can pipe to psql:

  psql -e yourdb < pgsql.dump

Good luck!

                 - Thomas

pgsql-general by date:

Previous
From: "Aasmund Midttun Godal"
Date:
Subject: Re: Security Question . . .
Next
From: Hunter Hillegas
Date:
Subject: JDBC Driver Munging My Text?