From: | "Sean Davis" <sdavis2(at)mail(dot)nih(dot)gov> |
---|---|
To: | <mohsen(at)pahlevanzadeh(dot)org>, <pgsql-general(at)postgresql(dot)org> |
Cc: | <mysql(at)lists(dot)mysql(dot)com> |
Subject: | Re: Reading from Mysql & writting in PGsql |
Date: | 2005-02-28 11:20:39 |
Message-ID: | 002201c51d87$88a62ef0$1f6df345@WATSON |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)pahlevanzadeh(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <mysql(at)lists(dot)mysql(dot)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(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tommy Svensson | 2005-02-28 11:50:25 | Re: Referencing created tables fails with message that |
Previous Message | Peter Eisentraut | 2005-02-28 10:06:38 | Re: row numbering |