duckdb/pg_duckdb

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

Open

#781 创建于 2025年5月9日

在 GitHub 查看
 (4 评论) (0 反应) (2 负责人)C++ (183 fork)github user discovery
MotherDuckgood first issue

仓库指标

Star
 (3,125 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南