JDBC FDW 0.3.1 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.1 release
Date: 2023-06-08 14:23:47
Message-ID: 168623422786.399153.9357591626031516911@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released version 0.3.1 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 improves the following features :

- Support execute a query and get results from the DB behind jdbc connection

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

Browse pgsql-announce by date

  From Date Subject
Next Message Devart via PostgreSQL Announce 2023-06-09 13:12:14 Devart Tools for PostgreSQL Come With a Massive Update
Previous Message pgAdmin Development Team via PostgreSQL Announce 2023-06-06 15:15:56 pgAdmin 4 v7.3 Released