duckdb/pg_duckdb
Make ALTER TABLE ... SET SCHEMA work for duckdb tables
Aperta
#781 aperta il 9 mag 2025
MotherDuckgood first issue
Metriche repository
- Star
- (3125 stelle)
- Metriche merge PR
- (Merge medio 60g 10h) (7 PR mergiate in 30 g)
Descrizione
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