JDBC FDW 0.3.0 release

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: JDBC FDW 0.3.0 release
Date: 2023-01-20 11:08:21
Message-ID: 167421290144.2667300.6433290926358342149@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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)

Browse pgsql-announce by date

  From Date Subject
Next Message Nordic PGDay via PostgreSQL Announce 2023-01-20 14:06:56 Nordic PGDay 2022 – schedule announced and registration open
Previous Message Toshiba via PostgreSQL Announce 2023-01-20 11:08:03 DynamoDB FDW 1.2.0 released