| From: | Mototaka Kanematsu <mototaka(dot)kanematsu(at)toshiba(dot)co(dot)jp> |
|---|---|
| To: | pgsql-announce(at)postgresql(dot)org |
| Cc: | "p-db(at)swc(dot)toshiba(dot)co(dot)jp" <p-db(at)swc(dot)toshiba(dot)co(dot)jp> |
| Subject: | InfluxDB fdw 0.2 released |
| Date: | 2020-04-28 03:28:38 |
| Message-ID: | 202004280328.03S3Sd1G014985@toshiba.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
We have just released version 0.2 of the Foreign Data Wrapper for InfluxDB.
This release can work with PostgreSQL 9.6, 10, 11 and 12.
This release supports following features :
- Add support for PostgreSQL 12
- Add support the "GROUP BY" push down
- Add support the column_name option
- Fix some bugs
Limitations :
- INSERT, UPDATE and DELETE are not supported.
- Result sets have different number of rows depending on specified target list.
- Complex boolean conditions not allowed in InfluxDB like WHERE b = (a = true) may cause error.
- Conditions including NULL may cause error.
This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details.
Source repository : https://github.com/pgspider/influxdb_fdw
Best Regards,
Mototaka Kanematsu
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavlo Golub | 2020-04-30 10:49:56 | PGDAY Austria 2020 - CFP extended until May 17 |
| Previous Message | Mototaka Kanematsu | 2020-04-28 03:28:18 | GridDB fdw 1.2 released |