JDBC FDW 0.2.0 release - Mailing list pgsql-announce

From Toshiba via PostgreSQL Announce
Subject JDBC FDW 0.2.0 release
Date
Msg-id 165596356850.879888.13608928188842731604@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

JDBC FDW 0.2.0 release

JDBC FDW 0.2.0 released.

We have just newly released Foreign Data Wrapper for databases with JDBC interface.

This release can work with PostgreSQL 13 and 14.

This FDW is implemented in C language with JDK.

This release supports the following features :

  • Support multiple aggregate function in target
  • Support stddev_pop, stddev_samp, var_pop, var_samp
  • Bug fixes:
    • Fix issue of DISTINCT inside aggregate function
    • Fix issue of explicit cast function

This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details.
Source repository : https://github.com/pgspider/jdbc_fdw

 

pgsql-announce by date:

Previous
From: Toshiba via PostgreSQL Announce
Date:
Subject: InfluxDB FDW 1.2.0 released
Next
From: Toshiba via PostgreSQL Announce
Date:
Subject: PGSpider extension 1.0.0 is released