duckdb/pg_duckdb
Auf GitHub ansehenMake ALTER TABLE ... SET SCHEMA work for duckdb tables
Open
#781 geöffnet am 9. Mai 2025
MotherDuckgood first issue
Repository-Metriken
- Stars
- (3.125 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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