-
### Design and implementation for MongoDB support in GraphQL Engine
Is there any plan for adding Mongo DB support for Hasura?
#### Workaround for data in existing MongoDB databases
Currently, we'…
-
- [ ] [Foreign data wrappers - PostgreSQL wiki](https://wiki.postgresql.org/wiki/Foreign_data_wrappers)
# Foreign data wrappers - PostgreSQL wiki
**Description:**
Foreign data wrappers
Jump to nav…
-
Jeg har oprettet en postgres_fdw til kerteminde-databasen hos Geo Fyn, hvor jeg henter de fleste data. Kerteminde-databasen mangler dog data fra Naturdatabasen, da skemaet naturdatabasen_kerteminde i …
-
Hi,
Compilation fails with go 1.22.
```
make USE_PGXS=1 with_llvm=no GO_CLIENT=1
[...]
go build -buildmode=c-archive query.go
query.go:67:2: no required module provides package github.com/in…
-
**Is your feature request related to a problem? Please describe.**
when creating foreign tables e.g. in PG via pg_fdw or in clickhouse you need a password for the connection string.
it should be pos…
-
Hi,
Missing "float unsigned" and "longblob".
In my copy of mysql_fdw.c I needed to add :
WHEN c.DATA_TYPE = 'longblob' THEN 'bytea'
WHEN c.DATA_TYPE = 'float unsigned' THEN 'real'
Maybe it'd be b…
-
Hello,
I have an issue compiling informix_fdw code on a centos 7 server, it is a greenplum cluster version 6.7 that uses postgres version 9.4.24
make install gives following error:
gcc -m64 -Wa…
-
Postgres has a foreign data wrapper capability that allows you to expose data to postgres. The postgres engine will process sql queries over your data set. I did some experimentation with this in my f…
-
Hi all,
sorry I am pretty new to tds_fdw. I tried to look into any site or documentation available. In the readme, it's clear that write operations are not supported at this time, but is there an…
-
I have only TDS access (no access to host) and when I've tried to import foreign schema. I've got error:
```
ERROR: syntax error at or near "x08"
LINE 1: ... 10, 255) AS column_default, CASE (sc…