-
@onderkalaci @jasonmp85 :
The pg_regress_multi.pl changes from 23e43b6 appear to be slightly unbaked - the perl code doesn't look right, and the way the the additional objects are handled seems to b…
-
In order to comile with PostgreSQL 9.5, in file JDBC_FDW/jdbc_fdw.c, on line 1079, change the ending from:
scan_relid, NIL, NIL));
to:
scan_relid, NIL, NIL, NIL));
I still use this (jdbc_fdw) over jd…
-
The `tds_fdw` documentation has a primary `README.md` file, and that file contains relative links to other `.md` files. e.g. something like this:
```
## Installing on CentOS
See [installing tds_fdw …
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application. -> Well I can't be 100% sure...
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHu…
pjmv updated
7 months ago
-
I’m considering storing FDW’s cpcv2 code in the HarvestStat procedure. It was previously okay to ignore, but now that we have over 90 crop types, it's becoming difficult to differentiate them by names…
-
When trying to install using PGXN compilation fails with the following error:
```
Installing postgresql extensions using PGXN: json_fdw... installing
INFO: best version: json_fdw 1.0.0
INFO: saving /…
-
Hi,
We recently switched to postgres 10 and www_fdw causes a postgres crash with:
2018-08-22 10:51:07.714 EDT,,,16723,,5b7c43a7.4153,119,,2018-08-21 12:53:59 EDT,,0,LOG,00000,"server process (PI…
-
Great work! Trying to pull this into a docker container for PostGIS but hitting an issue. Here is the Docker code I am running:
```
RUN apt install unzip
RUN wget https://github.com/alitrack/du…
-
we have a PostgreSQL setup where we directed FDW (Forward Data Wrapper) connection to other databases over pgBouncer. Once we execute the query to FDW schema, connection from FDW to pgBouncer to anoth…
-
**Configuration**
Steampipe : 0.24.2
steampipe-postgres-fdw : 1.11.7.
hub.steampipe.io/plugins/turbot/azure@latest : 0.65.0
hub.steampipe.io/plugins/turbot/csv@latest : 0.12.0
**Query**
```…