yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.79k stars 1.05k forks source link

[YSQL] Enable support for ALTER TABLE IF EXISTS t RENAME command #23011

Closed fizaaluthra closed 2 weeks ago

fizaaluthra commented 2 months ago

Jira Link: DB-11940

Description

ALTER TABLE IF_P EXISTS relation_expr RENAME opt_column name TO name

Note: the following syntax is already supported

ALTER TABLE relation_expr RENAME opt_column name TO name

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

OlegLoginov commented 1 month ago

Moving ALTER TABLE ... SET SCHEMA ... into https://github.com/yugabyte/yugabyte-db/issues/23114