Re: Reading from Mysql & writting in PGsql - Mailing list pgsql-general

From Sean Davis
Subject Re: Reading from Mysql & writting in PGsql
Date
Msg-id 002201c51d87$88a62ef0$1f6df345@WATSON
Whole thread Raw
In response to Reading from Mysql & writting in PGsql  ("Mohsen Pahlevanzadeh" <mohsen@pahlevanzadeh.org>)
List pgsql-general
You will have to export from mysql and then insert into postgresql.  If you
are using postgresql 8 or above, you can use dbi-link
(http://pgfoundry.org/projects/dbi-link/) to set up a view in your
postgresql for the table in mysql and select directly from it.

Sean

----- Original Message -----
From: "Mohsen Pahlevanzadeh" <mohsen@pahlevanzadeh.org>
To: <pgsql-general@postgresql.org>
Cc: <mysql@lists.mysql.com>
Sent: Sunday, February 27, 2005 6:27 PM
Subject: [GENERAL] Reading from Mysql & writting in PGsql


> Dears,I need to read 1 field with select command from mysql.Then Write it
> to pgsql.
> Please guide me.....
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



pgsql-general by date:

Previous
From: Tommy Svensson
Date:
Subject: Re: Referencing created tables fails with message that
Next
From: Peter Eisentraut
Date:
Subject: Re: row numbering