On Mon, 18 Oct 2004 18:08:24 +0800, èææ Patrick Hsieh wrote:
> 
> I am planing to transfer data from postgresql to mysql. Is there any
> useful tools, scripts or  utilities to achieve this?

pg_dump

First dump the schema, edit that until you have something MySQL
understands. Then dump the data using the -d option so you have full
inserts instead of the usual COPY syntax and feed the file to the
MySQL command line client.

Jochem

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to