JDBC FDW 0.4.0 release

Поиск
Список
Период
Сортировка
От Toshiba via PostgreSQL Announce
Тема JDBC FDW 0.4.0 release
Дата
Msg-id 170360838092.1876504.7092815527070102948@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-announce
 

JDBC FDW 0.4.0 release

We have just released version 0.4.0 of the Foreign Data Wrapper for databases with JDBC interface.

This release can work with PostgreSQL 13, 14, 15 and 16.

This FDW is implemented in C language with JDK.

This release improves the following features :

  • Support for PostgreSQL 16.0
  • Support for the DATE datatype
  • Fixed alloc set warning in debug mode
  • Fixed crash occurred after cancelling a query
  • Fixed non-superusers couldn't perform queries
  • Fixed the FDW does not print error details

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 Digital Innovation Technology Center.
Please see the repository for details. Source repository : https://github.com/pgspider/jdbc_fdw

 

В списке pgsql-announce по дате отправления:

Предыдущее
От: HexaCluster via PostgreSQL Announce
Дата:
Сообщение: pgtt v3.1 has been released
Следующее
От: Toshiba via PostgreSQL Announce
Дата:
Сообщение: High-Performance SQL Cluster Engine PGSpider 4.0.0 released