-
Implement FDW support. Use function name protocols to embed the module reference of the implementation in the FDW handler/validator function.
-
https://github.com/tds-fdw/tds_fdw
A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
-
# Issue report
_The following information is very important in order to help us to help you. Omission of the following details cause delays or could receive no attention at all._
## Operating sy…
-
Here is the error
```
ERROR: could not load library "/usr/lib/postgresql/15/lib/steampipe_postgres_aws.so": /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib/…
-
- [ ] [Tag: “fdw” / PostgreSQL Extension Network](https://pgxn.org/tag/fdw/)
# Title: Tag: "fdw" / PostgreSQL Extension Network
**Description:**
Users tags recent Tag: "fdw" Distributions
- couchd…
-
Environment: Ubuntu Server 20.04, PostgreSQL-13, RocksDB-7.0.2
I have attempted to use pgrocks-fdw with RocksDB version 7.0.2. While all compilation steps completed successfully, I am encountering …
-
Hi, I try to generate a new noise sim with running this:
config_name = 'act_dr6.01_cmbmask'
noise_model_name = 'fdw'
qids_ = ['pa4a', 'pa4b']
tnm = nm.BaseNoiseModel.from_config(
…
-
I am attempting to move a large amount of data using Spark/JDBC to insert to a single cstore_fdw table. I am attempting to execute many concurrent COPY commands. It appears each one gains a lock on …
-
Hi
I am trying to install this on Ubuntu 22.04 for mysql 8.0.35, but I am getting this error:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels …
-
# Issue report
i have many plpgsql function with many CTE sections.
when you run the SAME function 1-5 time it is okay and results are correct (if wrtiting materialized in CTE's section)
after 6 …