We have just released version 0.3.0 of the Foreign Data Wrapper for databases with JDBC interface.
This release can work with PostgreSQL 13, 14 and 15. This FDW is implemented in C language with JDK. This release supports the following features : - Support PosgreSQL 15.0 - Bug fixes: - Fix file static variables The FDW supports following key features : - SELECT, INSERT, UPDATE and DELETE of foreign tables - WHERE clauses is push-downed - Aggregate is push-downed This is developed by Toshiba Software Engineering & Technology Center. Please see the repository for details. Source repository : [https://github.com/pgspider/jdbc_fdw](https://github.com/pgspider/jdbc_fdw)