yugabyte/yugabyte-db

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

Opened this issue · 1 comments

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

  • I confirm this issue does not contain any sensitive information.

Moving ALTER TABLE ... SET SCHEMA ... into #23114