JDBC_FDW icon indicating copy to clipboard operation
JDBC_FDW copied to clipboard

Support for PostgreSQL 9.5's IMPORT FOREIGN SCHEMA

Open santanab opened this issue 8 years ago • 1 comments

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.

santanab avatar Apr 07 '16 15:04 santanab

+1

ArturFormella avatar Jul 25 '16 06:07 ArturFormella