duckdb/pg_duckdb

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

Open

#781 opened on May 9, 2025

View on GitHub
 (4 comments) (0 reactions) (2 assignees)C++ (183 forks)github user discovery
MotherDuckgood first issue

Repository metrics

Stars
 (3,125 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide