Skip to content

Conversation

BohuTANG
Copy link
Member

@BohuTANG BohuTANG commented Oct 10, 2025

Summary

Add documentation for the new ALTER TABLE SWAP WITH command introduced in v1.2.821.

Changes

  • Add new documentation file: docs/en/sql-reference/10-sql-commands/00-ddl/01-table/92-alter-table-swap.md
  • Document syntax and parameters
  • Include usage notes covering:
    • Engine support (Fuse Engine only)
    • Table type restrictions
    • Permission requirements
    • Database scope limitations
    • Atomicity guarantees
  • Provide simple example demonstrating table swap

Related

Fix #2817

- Add new documentation file for ALTER TABLE SWAP WITH command
- Document syntax, usage notes, and examples
- Mark as introduced in v1.2.821
- Reference PR: databendlabs/databend#18767
Copy link

vercel bot commented Oct 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 10, 2025 9:30am

@BohuTANG BohuTANG merged commit 5db3ac2 into main Oct 10, 2025
4 checks passed
@BohuTANG BohuTANG deleted the add-alter-table-swap-docs branch October 10, 2025 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ALTER TABLE t1 SWAP WITH t2

1 participant