-
Hi,
Regression tests are failing on my RHEL and Fedora boxes. Logs are attached. Can you please take a look?
Regards, Devrim
[regression.diffs-hdfw_fdw.txt](https://github.com/EnterpriseDB…
-
Please
Please, I need mysql_fdw.dll for windows 2012 or 2008
I need download.
-
Defining a FDW table against a big remote table (~8 million rows)
makes selecting a single row from the foreign table take up all available system memory
strk updated
10 years ago
-
Hello
I am trying to run informix_fdw on postgresql version 15.
When I run the following scripts as instructed, I get the following errors:
pg_to_infomix=# CREATE FOREIGN TABLE foo (
i…
-
With the Windows build process being explicitly supported (https://github.com/CartoDB/odbc_fdw/pull/101), adding compilation instructions for Windows in the README would be tremendously helpful.
-
I'm trying to install on Centos 7 and Postgresql 12. I successfully get the autogen step to work but make step fails. Not sure if I am doing something wrong.
```
$ sudo make
Package libmongoc-1…
-
I have investigate the actual mongo command that issued from `mongo_fdw` when using `SELECT _id FROM warehouse`
by setting following in mongodb, we can examine actual commands from mongo side
```
…
-
I am finally at a point where i can test against AWS and I am running into a problem where I need to specify the region (not just with something like https://dynamodb.us-west-2.amazonaws.com/). There…
-
Hi,
I've wrote a multicorn FDW that spawns multiple processes using Python's multiprocessing module.
Everything works fine, except that when I cancel a query manually (server says: "canceling statem…
-
ERROR: incompatible library "/usr/lib/postgresql/9.6/lib/tds_fdw.so": version mismatch
DETAIL: Server is version 9.6, library is version 10.0.
:(