I have two different sites in my Intranet.. 1st site Database is MYSQL, & second one is in Postgresql. how can I combine both database?
2 Answers
Another possibility is to use fdw (in PostgreSQL 9.1) to comunicate both databases, and an example of this. However, for now, has some limitations.