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
67 stars 38 forks source link

Modifying foreign data #36

Open gferrette opened 5 years ago

gferrette commented 5 years ago

Hello!

Please, is it possible to modify foreign data (insert,update,delete) trough jdbc_fdw? Example, i'm using jdbc_fdw to read a table from a DB2 database. Is it possible to insert, update or delete records?

Thanks!

Gabriel.

atris commented 4 years ago

Patches are welcome