Re: Dependency / Constraint patch

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Dependency / Constraint patch
Date: 2002-06-20 21:34:41
Message-ID: 049f01c218a2$49a20a40$fe01a8c0@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Rod Taylor wrote:
> > Differences from previous version:
> > - Fully functional ALTER TABLE / DROP CONSTRAINT
> > - pg_dump uses ALTER TABLE / ADD FOREIGN KEY
> > - psql displays foreign keys (\d output)
> > - Foreign key triggers are autonamed based on the constraint name
> > - Namespace dependencies were quickly added. Unable to test them
very
> > well (DROP SCHEMA required)
>
> Rod, is this ready to be applied?

It's as far along as I think I'll be able to get it without some
assistance.

As stated, I have a gut feeling that the locking isn't as strong as it
should be. I can't tell that anything is missing by using it -- but
we all remember how my first patch turned out ;)

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-20 21:36:52 Re: Reduce heap tuple header size
Previous Message Steven 2002-06-20 21:33:23 contrib/DBMirror