Re: Outstanding patches
Stephan Szabo <sszabo@megazone23.bigpanda.com>
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Philip Warner <pjw@rhyme.com.au>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2001-05-09T16:13:37Z
Lists: 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.