[
https://issues.apache.org/jira/browse/PHOENIX-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16543731#comment-16543731
]
Sergey Soldatov commented on PHOENIX-2341:
------------------------------------------
Obviously, that should be easy to do for encoded column names.
> Rename in ALTER statement
> -------------------------
>
> Key: PHOENIX-2341
> URL: https://issues.apache.org/jira/browse/PHOENIX-2341
> Project: Phoenix
> Issue Type: Improvement
> Reporter: alex kamil
> Priority: Minor
> Labels: newbie
>
> 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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)