Thread: Extract data from MySQL database using PostgreSQL

Extract data from MySQL database using PostgreSQL

From
"Cao, Wenhong"
Date:

Hi

I am very new to PostgreSQL.

Does PostgreSQL support to extract records from tables built in MySQL database?

Thanks,

Wen

Re: Extract data from MySQL database using PostgreSQL

From
mike g
Date:
No.  You need to use middleware to extract the data from MySQL and then
write to Postgresql.  Anything that can use ODBC can do this for you.

Perhaps this link will help.

http://techdocs.postgresql.org/techdocs/mysql2postgresql.php

On Sat, 2004-06-26 at 15:14, Cao, Wenhong wrote:
> Hi
>
> I am very new to PostgreSQL.
>
> Does PostgreSQL support to extract records from tables built in MySQL
> database?
>
> Thanks,
>
> Wen
>