-
At the end of @diogob 's Toronto presentation, an audience member asked how one might use Project:M36 with another database. @diogob suggested that it would be possible to implement a postgresql FDW i…
-
**Describe the solution you'd like**
Postgres supports [Foreign Data Wrappers ](https://wiki.postgresql.org/wiki/Foreign_data_wrappers). It would be amazing for distributed systems to be able to use…
-
Jira Link: [DB-13874](https://yugabyte.atlassian.net/browse/DB-13874)
### Description
Not sure if this is an expected limitation or not.
Setup:
```
CREATE EXTENSION postgres_fdw;
CREATE SERVER…
-
### What happens?
I am developing quals push-down feature and have found that the query result is abnormal
```
pg_lakehouse=# select binary_col from t1 where binary_col = '\x68656c6c6f';
binar…
-
I'm wondering if there is support in SchemaSpy, or support planned, for SQL/MED (https://en.wikipedia.org/wiki/SQL/MED) documentation generation, specifically documenting foreign tables (PostgreSQL te…
-
**Did you search GitHub Issues and GitHub Discussions First?**
I have searched and i don't see anyone else asking for this right now.
**Is your feature request related to a problem? Please describ…
-
## 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…
-
**Describe the problem**
The latest release alpha version of the CockroachDB (`v23.1.0-alpha.2`) shows Internal Error when executing the following query.
```sql
CREATE TABLE v0 (c1 BOOL);
UPD…
-
- [ ] [Tag: “fdw” / PostgreSQL Extension Network](https://pgxn.org/tag/fdw/)
# Title: Tag: "fdw" / PostgreSQL Extension Network
**Description:**
Users tags recent Tag: "fdw" Distributions
- couchd…
-
- [x] ABORT
- [x] ALTER AGGREGATE
- [x] ALTER COLLATION
- [x] ALTER CONVERSION
- [x] ALTER DATABASE
- [ ] ALTER DEFAULT PRIVILEGES
- [ ] ALTER DOMAIN
- [x] ALTER EVENT TRIGGER
- [ ] ALTER EXTE…