-
I am wondering if anyone as used this fdw to attempt a connection to DB2 running on the IBM i OS? Any insight would be greatly appreciated. -TMS
-
This is a 9.5+ feature, but it can save a _lot_ of time and hassle.
http://www.postgresql.org/docs/devel/static/fdw-callbacks.html
-
I'd like to have the option to install parquet_s3_fdw from the "official" package repositories.
I am willing to contribute some effort if given pointers.
-
Only non - `STRICT` tables in legacy SQLite databases is affected.
1. There is foreign table with `bytea` column. In SQLite values usually belongs to [blob](https://www.sqlite.org/datatype3.html#af…
-
since cstore_fdw has a skiplist index, but can we have a foreign bitmap head scan that is not slower than postgresql bitmap head scan. so we can get a better performence, I am about to do so, is it fe…
-
The current implementation seems to take a very gentle approach to pushing filters to remote, only taking the first qual off the list. It might be nicer to properly deparse the qual tree and write out…
-
Would be nice to have the README mention if "where clause push-down" and "column push-down" is supported.
- https://github.com/EnterpriseDB/mysql_fdw#where-clause-push-down
- https://github.com/Enterp…
-
# Issue report
_The following information is very important in order to help us to help you. Omission of the following details cause delays or could receive no attention at all._
## Operating sy…
-
it would be great if we could set different postgres column names.
postgres_fdw has such option as column_name to set column name to map from
-
Hi, i write a new fdw in multicorn, when i create server,
ERROR: Error in python: SyntaxError
DETAIL: invalid syntax (mongodbfdw.py, line 39)
i think i need to recompile multicorn, how to do thi…