https://bugs.documentfoundation.org/show_bug.cgi?id=150033
--- Comment #1 from Robert Großkopf <[email protected]> --- This is possible with HSQLDB: ALTER TABLE "old_name" RENAME TO "new_name"; But it is impossible in Firebird 3.0. Only renaming of columns is allowed there. So you have to copy the table, paste it and set a new name for it. -- You are receiving this mail because: You are the assignee for the bug.
