Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org
Date
Msg-id GNELIHDDFBOCMGBFGEFOIEBDCDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> > Note that before bugzilla really supports postgresql, we (ie
> the bugzilla
> > team) are going to need DROP COLUMN support, as well as support for
> > changing a field's type. This is because thats how upgrades are
> done, when
> > new features change the bz schema.
>
> DROP COLUMNS should be in 7.3, due out in the Fall.

Assuming, of course, that I can get past these latest problems that Tom
brought up - otherwise I guess I could pass it off again :(

> You can simulate
> ALTER COLUMN by creating a new column, UPDATING the data to the new
> column, dropping the old, then renaming the new column to the old name.

Well, once DROP COLUMN is natively supported, I intend to implement a SET
TYPE or MODIFY function - it should be quite straightforward once DROP
COLUMN is done.  It will maintain all foreign key and index references
properly...

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org
Next
From: Rod Taylor
Date:
Subject: Re: [INTERFACES] [pgaccess-users] RE: