Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Add RENAME functionality in ALTER statement (e.g. similar to PostgreSQL):
ALTER TABLE name
RENAME column TO new_column
ALTER TABLE name
RENAME TO new_name
ALTER TABLE name
SET SCHEMA new_schema
Reference: http://www.postgresql.org/docs/9.1/static/sql-altertable.html
Related: PHOENIX-152, PHOENIX-1598 , PHOENIX-1940
Attachments
Issue Links
- duplicates
-
PHOENIX-6373 Schema changes that require table re-writes can be supported (Online data format changes)
- Open