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

Add support for PostgreSQL 9.5's IMPORT FOREIGN SCHEMA #20

Open InfoSec812 opened 8 years ago

InfoSec812 commented 8 years ago

FDW in PostgreSQL 9.5 supports automatically importing the schema from the foreign data source. It would be awesome to add logic to JDBC_FDW in order to have this happen with well-known database engines like Oracle/MSSQL/MySQL/etc...

ArturFormella commented 7 years ago

+1 Possible dup of #23