Re: How to modify ENUM datatypes?

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
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:15:30
Message-ID: 4810EA62.2010703@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message D. Dante Lorenso 2008-04-24 20:17:30 Re: How to modify ENUM datatypes?
Previous Message Howard Cole 2008-04-24 19:10:54 Multiple Database Strategy