Re: Dependency / Constraint patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Rod Taylor <rbt(at)zort(dot)ca>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Dependency / Constraint patch
Date: 2002-06-20 21:09:41
Message-ID: 14396.1024607381@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> 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?

I will take responsibility for reviewing and applying this. I've been
meaning to do so for awhile, but having been on the road for half of
June hasn't left me with much time for it...

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-20 21:15:15 Re: [PATCHES] PostgreSQL 7.2.1 and Sun's C compiler under Solaris8
Previous Message Bruce Momjian 2002-06-20 21:08:47 Re: Reduce heap tuple header size