Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bradley Baetz <bbaetz(at)student(dot)usyd(dot)edu(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org
Date: 2002-07-11 02:07:48
Message-ID: 200207110207.g6B27mc21056@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bradley Baetz wrote:
> <delurk - reading from the archives, so please cc me on responses>
>
> 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. 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.

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-07-11 02:13:31 Re: [INTERFACES] [pgaccess-users] RE: bugzilla.pgaccess.org
Previous Message Bruce Momjian 2002-07-11 01:26:13 Re: I am being interviewed by OReilly