Re: Review of patch renaming constraints
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Joshua Berkus <josh@agliodbs.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-02-01T20:32:29Z
Lists: pgsql-hackers
Attachments
- rename-constraint.patch (text/x-patch) patch
On tor, 2012-01-12 at 22:43 -0600, Joshua Berkus wrote: > Most normal uses of alter table ... rename constraint ... worked > normally. However, the patch does not deal correctly with constraints > which are not inherited, such as primary key constraints: New patch which works around that issue.