[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Mysql-Postgress



On Fri, 06 Oct 2000 15:20:28 GMT, mathew chandy said:

> Hi all,
>  
>  Can someone tell me how i can export my existing data on Mysql
>  database to 
>  Postgresql database. Both databases are on Linux
>  

You can use mysqldump to create a data dump. This file will have all sql
commands for db and tables creation. 

This file will work with psql. You can recreate data in postgres using
this file.

Read mans.

-- 
Deepak Joglekar

deepak@xxxxxxxxxxxxx