-
Hi,
Even with PG installed from sources, the `CREATE EXTENSION` doesn't seem to find the required libraries.
Error example:
```bash
$ psql -d postgres -c "CREATE EXTENSION IF NOT EXISTS parque…
-
Both BigQuery and Postgres (with postgis extension) support a GEOMETRY data type. Will bigquery_fdw work with this?
-
I´m using TDW_FDW for postgresql
https://github.com/tds-fdw/tds_fdw
Is it possible to execute stored procedures from the link to sql server?
procedure that may or may not have variable in…
-
Hey! Was just wondering if there were any plans / if bottledwater already supported tables that use `github.com/citusdata/cstore_fdw` - if not, any ideas about doing so would be appreciated (might try…
-
AWS has an option to export an RDS db snapshot to parquet files in an S3 bucket. But the resulting files are gzipped
Is it possible to directly load them with the fdw, or I need to run a batch job …
-
After creating foreign table and executing `select * from my_foreign_table limit 1` getting error "Remote server returned an error". This happens if foreign table is pointed to the RDBS which doesn't …
-
[root@pg1 dir_fdw-main]# cmake .
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - d…
-
**Company or project name**
https://vantage.sh
**Describe the unexpected behaviour**
We have a Postgres RDS database in our VPC, and want to allow it to read data from ClickHouse Cloud. Click…
-
When trying to install from current source:
``` sql
psql (9.5.0)
Type "help" for help.
~@decina.local/96081# CREATE EXTENSION multicorn;
CREATE EXTENSION
~@decina.local/96081# CREATE SERVER fdw_fdw …
-
# Issue report
Hello, I need sql server data, so I'm using tds_fdw.
tds_fdw doesn't seem to have a connection pooling function, so I'm asking.
Does tds_fdw have a connection pooling function? …