atris / JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC
Other
66 stars 38 forks source link

Support for PostgreSQL 9.5's IMPORT FOREIGN SCHEMA #23

Open santanab opened 8 years ago

santanab commented 8 years ago

I currently use JDBC_FDW with PostgreSQL 9.3 and db2, and works perfect, but with the Postgresql 9.5's new feature "IMPORT FOREIGN SCHEMA", after compile jdbc_fdw for work with that version (9.5), it doesn't support the new feature (ERROR: foreign-data wrapper "jdbc_fdw" does not support IMPORT FOREIGN SCHEMA). It would be great add this functionality for use.

ArturFormella commented 7 years ago

+1