-
Postgresql: 12.1
tds-fdw: 2.0.1
I have a PostgreSQL plpgsql function that does a SELECT INTO X COUNT(*) on a SQL Server foreign table where X is a local variable declared in the function. The func…
-
> gmake USE_PGXS=1
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-preci…
-
Trying to build per the readme for dynamodb_fdw and getting the following error:
2.906 g++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-t…
-
PostgreSQL 10 on Ubuntu Jammy:
```
17:10:59 --- /tmp/autopkgtest.I0N6ZP/tree/expected/pushdown.out 2022-12-14 07:09:45.000000000 +0000
17:10:59 +++ /tmp/autopkgtest.I0N6ZP/tree/results/pushdown.o…
-
I have a PostgreSQL 13 installation on Ubuntu 20 using the PostgreSQL repo and installed mysql_fdw, everything works fine.
I then have another PostgreSQL 13 installation which I compiled from source …
-
1. mysql table with `val float` column, two rows with values `0` and `0.1`.
2. import as mysql_fdw foreign table into postgres, type of `val` becomes `real`
3. (default) `mysql_fdw_pushdown.config` …
-
Hello,
We are currently testing cstore_fdw 1.3 but we came across serious performance issues on different cases.
To demonstrate the problem, we created a testing data set as follows:
```
postgres=>…
-
**Is your feature request related to a problem? Please describe.**
https://news.ycombinator.com/item?id=20059006
Some of the comments
`I am doing most of the stuff mentioned in that paper right …
-
When running import foreign schema test_schema from server server_test into schema_test;
from an Oracle based system I get
`[42704] ERROR: type "varchar2" does not exist`
The script is trying …
-
I am co-authoring a white paper with David Beaumont on the product of the MLxAI code-a-thon - RAGVar. This is a potentially useful bit of software that we want to write a little bit of a paper on to s…