duckdb/pg_duckdb
Make ALTER TABLE ... SET SCHEMA work for duckdb tables
Aberta
#781 aberto em 9 de mai. de 2025
MotherDuckgood first issue
Métricas do repositório
- Stars
- (3.125 estrelas)
- Métricas de merge de PR
- (Mesclagem média 60d 10h) (7 fundiu PRs em 30d)
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