[PATCH] renaming constraints
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-11T20:49:49Z
Lists: pgsql-hackers
Attachments
- rename-constraint.patch (text/x-patch) patch
Here is a patch to add a command ALTER TABLE ... RENAME CONSTRAINT ... Currently, it only supports table constraints. I have an almost finished patch for renaming domain constraints, but it is easier to keep it separate.