Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ALTER TABLE support for duckdb (motherduck) tables #536

Open
5 tasks
wuputah opened this issue Jan 15, 2025 · 1 comment
Open
5 tasks

add ALTER TABLE support for duckdb (motherduck) tables #536

wuputah opened this issue Jan 15, 2025 · 1 comment
Labels
MotherDuck Issues related to MotherDuck

Comments

@wuputah
Copy link
Collaborator

wuputah commented Jan 15, 2025

Description

Currently, you can't use ALTER TABLE to modify a table that uses the duckdb access method:

postgres=# ALTER TABLE a RENAME TO b;
ERROR:  DuckDB does not support ALTER TABLE yet

The basics to consider:

@JelteF JelteF added the MotherDuck Issues related to MotherDuck label Jan 15, 2025
@JelteF
Copy link
Collaborator

JelteF commented Jan 15, 2025

Thanks for creating this. I used it as a reason to try out GitHubs new sub-issue feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MotherDuck Issues related to MotherDuck
Projects
None yet
Development

No branches or pull requests

2 participants