[PATCH] renaming constraints

Lists: pgsql-hackers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] renaming constraints
Date: 2012-01-11 20:49:49
Message-ID: 1326314989.22276.16.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.

Attachment Content-Type Size
rename-constraint.patch text/x-patch 14.2 KB