duckdb/pg_duckdb

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

Offen

#781 geöffnet am 09.05.2025

 (4 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C++ (183 Forks)github user discovery
MotherDuckgood first issue

Repository-Metriken

Stars
 (3.125 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 60T 10h) (7 gemergte PRs in 30 T)

Beschreibung

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