Re: How to modify ENUM datatypes? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: How to modify ENUM datatypes?
Date
Msg-id 200804242029.m3OKTcW13844@momjian.us
Whole thread Raw
In response to Re: How to modify ENUM datatypes?  ("Matthew T. O'Connor" <matthew@zeut.net>)
Responses Re: How to modify ENUM datatypes?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Matthew T. O'Connor wrote:
> Bruce Momjian wrote:
> > Matthew T. O'Connor wrote:
> >> D. Dante Lorenso wrote:
> >>> Or, here's another way to look at it ... make it easier to modify ENUM
> >>> datatypes because we all know that you will eventually need that
> >>> feature whether you males, females, and unknowns think so or not.
> >> +1
> >
> > Added to TODO:
> >
> > * Allow adding enumerated values to an existing enumerated data
> >   type
>
> And removing values if possible (fail if values are in use?).

Yep, updated:

    * Allow adding/removing enumerated values to an existing enumerated
      data

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-general by date:

Previous
From: "D. Dante Lorenso"
Date:
Subject: Re: How to modify ENUM datatypes?
Next
From: "x asasaxax"
Date:
Subject: Problems with postgresql 8.3 installation