Re: DROP CONSTRAINT (UNIQUE) preliminary support

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: DROP CONSTRAINT (UNIQUE) preliminary support
Date: 2001-07-10 02:06:50
Message-ID: 200107100206.f6A26oO11952@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> > > Since then, I decided to complete the ADD CONSTRAINT stuff first. I've
> > > _almost_ finished ADD UNIQUE and ADD PRIMARY. I'll probably
> > submit a patch
> > > for those in the next couple of days. After that I'll worry about DROP
> > > CONSTRAINT again.
> >
> > Oh, fine. Just checking. Didn't want you to think we weren't
> > interested in your work.
>
> Well - it isn't as sexy as UNDO/REDO support, planner optimisation or an
> overwriting storage manager, but there's nothing more annoying to me as a
> web developer to have inflexible schema. How much do I want that DROP
> COLUMN feature! It's simply not feasible to recreate the table without the
> column on a live server.

Agreed. We need to bite the bullet, decide on a plan, and get going.
My vote is to make a second copy of the table then update pg_class. Now
that we have files as numbers, relfilenode, we can do that reliably.
Let's get started!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-07-10 02:07:41 Re: Re: Backups WAS: 2 gig file size limit
Previous Message Christopher Kings-Lynne 2001-07-10 01:59:54 RE: DROP CONSTRAINT (UNIQUE) preliminary support