duckdb/pg_duckdb

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

Open

#781 geöffnet am 9. Mai 2025

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

Repository-Metriken

Stars
 (3.125 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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