Re: How to modify ENUM datatypes?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
Cc: "D(dot) Dante Lorenso" <dante(at)lorenso(dot)com>, Andrew Sullivan <ajs(at)crankycanuck(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to modify ENUM datatypes?
Date: 2008-04-24 20:29:38
Message-ID: 200804242029.m3OKTcW13844@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message x asasaxax 2008-04-24 20:44:03 Problems with postgresql 8.3 installation
Previous Message D. Dante Lorenso 2008-04-24 20:17:30 Re: How to modify ENUM datatypes?