Between DBLink in postgresql (http://www.postgresql.org/docs/current/static/dblink.html) and foreign data wrappers (http://www.postgresql.org/docs/9.1/static/ddl-foreign-data.html), which one (if any) provides the same level of functionality as mysql's 'federated' storage engine (http://dev.mysql.com/doc/refman/5.0/en/federated-use.html).
Postgresql analog to mysql federated table storage engine
1.5k Views Asked by archmeta At
2
plProxy is the closest thing to the federated engine. plProxy wiki page