DM wrote:
Hi All,

We want to replicate /move data form db2 to postgres is there any software / solutions / approach available to do this?

in general, I'd likely use a perl or similar program to connect to the 'other' database, fetch your data, and insert it into your postgres database. this, of course, would require knowledge of the specific data you want to copy. if you are talking about a live ongoing replica, then it gets more complicated. if you're moving applications from DB2 to postgres, yet more complications.

another approach might be DBI-Link, which is a plugin for postgres that allows you to connect to foreign external databases from within a postgres database, using pl/perl



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to