Add support for ALTER TABLE name RENAME CONSTRAINT
@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
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 newnameALTER TABLE IF EXISTS tablename RENAME CONSTRAINT oldname TO newname