-
### Describe the use case
Currently, when I call the MetaData().reflect() function, the foreign tables are not reflected. It would be interesting to have an argument in the function to be able to sea…
-
Hi Laurenz,
Sorry to bother you, I want to ask a question. I created a foreign table using oracle_fdw, but an error occurred during insertion. The table creation information is as follows:
--ora…
-
## Motivation
`dblink` and `postgres_fdw` extensions are quite popular in analytical, migration, and sharding use cases. Therefore we need to install them.
## DoD
As a user, I can install these two…
-
https://github.com/duckdb/duckdb/releases/tag/v1.1.0
Vonng updated
1 month ago
-
Hello,
there is incorrect signed/unsigned integer conversion in `cstore_clean_table_resources()` function. Once the Oid goes over 2^31 -1, cstore files aren't deleted and become unreachable by pos…
-
[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=…
-
PostgreSQL can now execute queries in Foreign server in an asynchronous manner.
Before the executor visited execution nodes one-by-one. Considering
sharding, Append on multiple postgres_fdw nodes…
blogh updated
3 months ago
-
### What happens?
I receive an error when attempting to create a forgein table to the azure data lake using a service principal for credentials.
This is the error:```Invalid Input Error: Secret pr…
-
- [x] investigate memory allocation (is it possible to know exactly how much memory we will need for the whole table in advance?)
- [ ] investigate postgres tuple polling speed and sheetreader polling…
-
```
PG::InternalError:` ERROR: RETURNING is not supported by this FDW :
INSERT INTO "crm_accounts" ("date_entered", "date_modified", "id") VALUES ($1, $2, $3) RETURNING "id"
/sg1/web/beaumont/beaumo…