-
When running `npx nx database:reset twenty-server`, there are errors in logs about failed creation of extensions
```
> ts-node ./scripts/setup-db.ts
query failed: CREATE EXTENSION IF NOT EXISTS "vec…
-
See https://github.com/pramsey/pgsql-ogr-fdw.
If not how can I build it myself so it can be successfully loaded with postgreapp?
Many thanks
-
**Describe the bug**
The [Wasm Wrappers](https://fdw.dev/catalog/wasm/) cannot be used with CLI v1.223.10.
**To Reproduce**
Steps to reproduce the behavior:
1. create a new project: `supabase in…
-
Hello,
I am encountering several compilation errors when trying to build the jdbc_fdw extension with PostgreSQL 17. It seems that some functions and APIs used in the code have been deprecated or modi…
-
I am using redis_fdw in a PL/pgSQL function to interact with a Redis server, and I’ve encountered issues with certain queries. Here is the summary:
```
CREATE FOREIGN TABLE redis_db7 (key text, va…
-
# Issue report
## Operating system
_On recent GNU/Linux distributions, you can provide the content of the file `/etc/os-release`_
```
Fedora Linux 40 (Workstation Edition)
```
## Version…
-
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…
-
Trying to run an INSERT INTO myfdwtable SELECT FROM localpgtable or with INSERT INTO myfdwtable VALUES () fails with a pg server crash.
Normal select queries and more of the fdw operation are …
-
query the foreign table contains Chinese content, shows '????'
mysql 5.0.77 utf8
postgresql 9.1 utf8
-
Hi,
2.4.0 fails to build against PostgreSQL 17. v17 beta2 is already out. Can you please take a look?
Thanks, Devrim
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-state…