Yugabyte-db: [YSQL] Support renaming constraints in ALTER TABLE

Created on 13 Mar 2020  路  2Comments  路  Source: yugabyte/yugabyte-db

Add support for ALTER TABLE name RENAME CONSTRAINT

areysql good first issue help wanted

Most helpful comment

Hi @hiepd , thanks for your interest in contributing! This is still available (there was a mistake in the master issue, corrected it now). Please assign this to yourself if you plan to pick this up.

Would be great if you can enable these two flavors:
ALTER TABLE tablename RENAME CONSTRAINT oldname TO newname
ALTER TABLE IF EXISTS tablename RENAME CONSTRAINT oldname TO newname

All 2 comments

@ndeodhar Would like to look at this issue if it's still open. From the master issue, it seems that this is done. Thanks!

Hi @hiepd , thanks for your interest in contributing! This is still available (there was a mistake in the master issue, corrected it now). Please assign this to yourself if you plan to pick this up.

Would be great if you can enable these two flavors:
ALTER TABLE tablename RENAME CONSTRAINT oldname TO newname
ALTER TABLE IF EXISTS tablename RENAME CONSTRAINT oldname TO newname

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ajcaldera1 picture ajcaldera1  路  4Comments

rhzs picture rhzs  路  5Comments

joeblew99 picture joeblew99  路  5Comments

hengestone picture hengestone  路  4Comments

robertpang picture robertpang  路  3Comments