duckdb/pg_duckdb

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

オープン

#781 opened on 2025/05/09

 (4 件のコメント) (0 件のリアクション) (2 人の担当者)C++ (183 件のフォーク)github user discovery
MotherDuckgood first issue

Repository metrics

Stars
 (3,125 個のスター)
PR merge metrics
 (平均マージ 60d 10h) (30d で 7 merged PRs)

説明

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

コントリビューターガイド