duckdb/pg_duckdb

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

开放

#781 创建于 2025年5月9日

 (4 条评论) (0 个反应) (2 位负责人)C++ (183 个派生)github user discovery
MotherDuckgood first issue

仓库指标

星标
 (3,125 个星标)
PR 合并指标
 (平均合并 60天 10小时) (30 天内合并 7 个 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

贡献者指南