duckdb/pg_duckdb

Make ALTER TABLE ... SET SCHEMA work for duckdb tables

Aperta

#781 aperta il 9 mag 2025

 (4 commenti) (0 reazioni) (2 assegnatari)C++ (183 fork)github user discovery
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:

  1. Altering schemas within the same default motherduck database
  2. Altering schemas within a single non-default (aka ddb$) motherduck database
  3. Altering schemas across motherduck databases

Related to #780 and #766

Guida contributor