Demo patch for DROP COLUMN

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Demo patch for DROP COLUMN
Date: 2002-07-19 08:50:24
Message-ID: GNELIHDDFBOCMGBFGEFOKEDMCDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

DON'T APPLY THIS PATCH!

Hi All,

This is the patch of what I've done so far. I'd value any feedback!

The only thing that I'm not checking (as far as I know) is ALTER TABLE/ADD
FOREIGN KEY and CREATE CONSTRAINT TRIGGER, as I'm still trying to figure out
the best place to make the change.

Every other command is updated.

Dependency support is commented out until I figure out how to do it...

It includes the most detailed regression test I've ever written, but no
expected results until I fix foreign keys.

Please have a look and see if there's anything I've overlooked...

Thanks,

Chris

Attachment Content-Type Size
dropcolumn2.txt.gz application/x-gzip 14.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Lehuta 2002-07-19 13:14:15 contrib/fulltextindex
Previous Message Joe Conway 2002-07-19 04:39:39 Re: RFC: listing lock status

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-07-19 15:07:48 fix bison warnings
Previous Message Bruce Momjian 2002-07-18 23:05:30 Re: [PATCHES] utils C files