Modify ↓
Ticket #158 (closed enhancement: invalid)
Rename Tables
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | The Future |
| Component: | commands | Version: | |
| Keywords: | Cc: |
Description
It would be nice if there was a command that allowed for the renaming of tables. I realize that certain databases don't allow this functionality so it would probably have to be implemented by creating the new table, transferring all the data and then deleting the old database, but it would be a nice little feature.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I believe you're after db.rename_table in the API, which for some reason I missed off the documentation API overview.