duckdb/pg_duckdb
Make ALTER TABLE ... SET SCHEMA work for duckdb tables
Ouverte
#781 ouverte le 9 mai 2025
MotherDuckgood first issue
Métriques du dépôt
- Stars
- (3 125 étoiles)
- Métriques de merge PR
- (Merge moyen 60j 10h) (7 PRs mergées en 30 j)
Description
Description
A few things to consider here:
- Altering schemas within the same default motherduck database
- Altering schemas within a single non-default (aka
ddb$) motherduck database - Altering schemas across motherduck databases
Related to #780 and #766