-
Since upgrading to 1.0.7, I'm getting `Error: Some schemas can't be generated due to direct or indirect missing dependencies:` when running the CLI. Downgrading to 1.0.5 fixes the issue
-
version:
1. PostgreSQL 16.4 (Debian 16.4-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2. mysql_fdw: 1.2
3. two different mysql. 5.7.36-txsql-log and 5.7.1…
lzbht updated
1 month ago
-
When I created a mysql_fdw table after setting up cstore_fdw, I found data file and footer file were generated in $PGDATA/cstore_fdw/(database's oid).
```
datatank=> CREATE SERVER mysql_server
datata…
-
debian jessie, psql (9.4.6), using the debian native multicorn.
Any recommendations on how to proceed?
FYI: sequence of commands:
```
# apt-get install python-pip
# pip install rethinkdb
# apt-get …
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
imor updated
6 months ago
-
I'm currently checking out the fdw and struggling with seemingly random but frequent postgres crashes when querying a clickhouse table via the FDW. Can't figure out yet what library is causing this, a…
-
Hello!
I would like to request pg17 support for clickhouse_fdw.
When I build against PG17 using the latest released version (1.4.0), I get the following error:
```
[ 85%] Building C object s…
-
Jira Link: [DB-10778](https://yugabyte.atlassian.net/browse/DB-10778)
[DB-10778]: https://yugabyte.atlassian.net/browse/DB-10778?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIj…
-
@samay-sharma discovered that postgres_fdw does not work when shared_preload_libraries is set to 'pg_shard'.
When the instructions on this [link](https://wiki.postgresql.org/wiki/What%27s_new_in_Post…
-
I have two users on a database that's essentially just a set of foreign tables into a duckdb DB file. When I run a query against the postgres endpoint I get the following error in the log
`cmsadmin…