Re: Outstanding patches - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: Outstanding patches
Date
Msg-id Pine.BSF.4.21.0105090911270.86660-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Outstanding patches  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
On Wed, 9 May 2001, Philip Warner wrote:

> 
> Is anybody planning to fix the problem with ALTER TABLE ADD CONSTRAINT...
> in which the constraints are not applied to child tables?
> 

I'm working on the check constraint case (didn't realize that
those inherited since unique, primary key and foreign key
can't right now).  We need to really figure out what we're going to
do with the other constraints to make them inherit.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Coping with huge deferred-trigger lists
Next
From: Bruce Momjian
Date:
Subject: Re: Re: Outstanding patches