On Sep 27, 4:27 am, [EMAIL PROTECTED] (Tom Lane) wrote:
> Conal <[EMAIL PROTECTED]> writes:
> > I have a database schema which has a "central" table with several
> > others depending on it. The dependent tables all have foreign key
> > constraints with ON DELET
I have a database schema which has a "central" table with several
others depending on it. The dependent tables all have foreign key
constraints with ON DELETE CASCADE so that I can remove tuples from
the "central" table and have the dependent rows removed automatically.
This all works, but it's ver