Обсуждение: How to export MySQL data to Postgresql

Поиск
Список
Период
Сортировка

How to export MySQL data to Postgresql

От
"Richard Church"
Дата:
What is the best method for exporting a MySQL database to a Postgresql
database?

Assuming that the data is dumped from MySQL and non standard fields are
changed to simple SQL types before dumping from MySQL, how easily can
PostgresQL read the dump?


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Re: How to export MySQL data to Postgresql

От
"Eric Naujock "
Дата:
Try this link.

http://www.xach.com/aolserver/mysql-to-postgresql.html

This covers some of converting from mysql to postgresql.

Also This link covers many other useful conversions and great info. Converting from Multiple databases to postgresql
andother neat things like server replication. 

http://techdocs.postgresql.org/



>>> "Richard Church" <rfchurch@hotmail.com> - 5/3/01 10:13 PM >>>

What is the best method for exporting a MySQL database to a Postgresql
database?

Assuming that the data is dumped from MySQL and non standard fields are
changed to simple SQL types before dumping from MySQL, how easily can
PostgresQL read the dump?


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly