-
## Problem
PostgreSQL offers the `postgres_fdw` extension for Foreign Data Wrappers, "which can be used to access data stored in external PostgreSQL servers".
https://www.postgresql.org/docs/9.5…
-
I've installed the docker image JDBC_FDW and I've run the setup postgres sql Script. It gives me "ERROR: remote server returned an error". I've already copied the jar file in a directory :drivers/pos…
-
```bash
postgres=# create extension duckdb_fdw;
CREATE EXTENSION
postgres=# CREATE SERVER duckdb_server
postgres-# FOREIGN DATA WRAPPER duckdb_fdw
postgres-# OPTIONS (
postgres(# …
Vonng updated
4 months ago
-
Jira Link: [DB-1301](https://yugabyte.atlassian.net/browse/DB-1301)
### Description
Adding a trigger with postgres_fdw doesn't always work immediately, inserting a pg_sleep seems to help. Similar …
-
pg15
duckdb 0.10.1
create server ds foreign data wrapper duckdb_fdw options (database '/home/postgres/duckdb');
select duckdb_execute('ds','create table t1(a integer ,b integer ,c varchar(10));…
-
[data.csv](https://github.com/user-attachments/files/16568729/data.csv)
### What happens?
using FDW on join tables. As you can see, the result is different with the same query.
```
pg_analytics=…
-
- [ ] [Tag: “fdw” / PostgreSQL Extension Network](https://pgxn.org/tag/fdw/)
# Title: Tag: "fdw" / PostgreSQL Extension Network
**Description:**
Users tags recent Tag: "fdw" Distributions
- couchd…
-
Hi,
Even with PG installed from sources, the `CREATE EXTENSION` doesn't seem to find the required libraries.
Error example:
```bash
$ psql -d postgres -c "CREATE EXTENSION IF NOT EXISTS parque…
-
### Problem Statement
Currently when only expose foreign servers / FDW in the information schema tables
- `information_schema.foreign_server_options`
- `information_schema.foreign_servers`
- `i…
-
I created server & foreign table as per below:
```
CREATE SERVER mongodb_proxy_server FOREIGN DATA WRAPPER multicorn OPTIONS (wrapper 'mongoose_fdw.Mongoose_fdw');
CREATE FOREIGN TABLE test ( "_id" v…