Re: Dependency / Constraint patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: Dependency / Constraint patch
Date
Msg-id 14396.1024607381@sss.pgh.pa.us
Whole thread Raw
In response to Re: Dependency / Constraint patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [ODBC] PostgreSQL 7.2.1 and Sun's C compiler under Solaris8
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Patch for memory leaks in index scan