-
After command `sudo pgxn install json_fdw`, error:
```
INFO: best version: json_fdw 1.0.0
INFO: saving /tmp/tmpinndxvp9/json_fdw-1.0.0.zip
INFO: unpacking: /tmp/tmpinndxvp9/json_fdw-1.0.0.zip
INF…
-
Hi there,
Thanks for this awesome project. Quick question: is it possible to push the group by clause at the level of the foreign data wrapper? There are situations when i want to push this as low as…
-
SQL Server's user 'A', assigned with 'db_datareader' role, encounters an error while executing a query through a user mapping to an external table in PostgreSQL. The error message returned is: "ERROR:…
-
If not, do you have any suggestions on adjusting both Citus as well as clickhousedb_fdw such that clickhousedb_fdw could work within Citus just like cstore_fdw? After all, the olap capability of cstor…
-
I install fdw long time,step error last.
Help, follow code:
`
postgres=# create extension tds_fdw;
ERROR: could not load library "/home/program/pgsql9.5.4/lib/tds_fdw.so": /home/program/pgsql9.5.4/l…
-
```
error: failed to run custom build command for `pgrx-pg-sys v0.9.7`
Caused by:
process didn't exit successfully: `/tmp/prometheus_fdw/target/debug/build/pgrx-pg-sys-b437121396c4d666/build-sc…
-
I created server & foreign table as per below:
```
CREATE SERVER mongodb_proxy_server FOREIGN DATA WRAPPER multicorn OPTIONS (wrapper 'mongoose_fdw.Mongoose_fdw');
CREATE FOREIGN TABLE test ( "_id" v…
-
Hello
We have a build problem with jdbc2_fdw and PostgreSQL 9.5
After added patch https://github.com/heimir-sverrisson/jdbc2_fdw/issues/1
we get this(below), some of it is in swedish but hopefull…
-
how use parallel with mongo_fdw ?
can any one use this to improve speed ?
-
I am trying to use parquet_s3_fdw to connect to my GCS bucket and extract data from parquet files but it seems to be impossible (or I've made a mistake in my code).
here is what I do
Firstly, I …