Renames a table in place with ALTER TABLE ... RENAME TO, a
metadata-only change.
Details
History survives the rename, but snapshots from before it stay
associated with the old name: get_ducklake_table_version() on the new
name reaches back only as far as the rename, while the old name still
serves the earlier snapshots.
See also
Other schema evolution:
add_table_column(),
drop_table_column(),
rename_table_column(),
set_column_type()
