Re: [PATCHES] TODO-Item: Rename of constraints

2006-02-11 Thread Bruce Momjian
Patch applied. Thanks. --- Joachim Wieland wrote: > On Wed, Dec 07, 2005 at 09:54:44PM +, Simon Riggs wrote: > > On Mon, 2005-12-05 at 10:24 +0100, Joachim Wieland wrote: > > > > o %Allow ALTER TABLE ... ALTER

Re: [PATCHES] TODO-Item: Rename of constraints

2005-12-08 Thread Joachim Wieland
On Wed, Dec 07, 2005 at 09:54:44PM +, Simon Riggs wrote: > On Mon, 2005-12-05 at 10:24 +0100, Joachim Wieland wrote: > > o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME > > o Have ALTER INDEX update the name of a constraint using that index > > o Add ALTER TABLE RE

Re: [PATCHES] TODO-Item: Rename of constraints

2005-12-07 Thread Simon Riggs
On Mon, 2005-12-05 at 10:24 +0100, Joachim Wieland wrote: > I propose the appended patch for the following TODO-items: > > o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME > o Have ALTER INDEX update the name of a constraint using that index > o Add ALTER TABLE RENAME

[PATCHES] TODO-Item: Rename of constraints

2005-12-05 Thread Joachim Wieland
Hi I propose the appended patch for the following TODO-items: o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME o Have ALTER INDEX update the name of a constraint using that index o Add ALTER TABLE RENAME CONSTRAINT, update index name also Joachim diff -ur cvs/pgsql/