Re: How to modify ENUM datatypes?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: How to modify ENUM datatypes?
Дата
Msg-id 200804242029.m3OKTcW13844@momjian.us
обсуждение исходный текст
Ответ на Re: How to modify ENUM datatypes?  ("Matthew T. O'Connor" <matthew@zeut.net>)
Ответы Re: How to modify ENUM datatypes?
Список 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 по дате отправления:

Предыдущее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: How to modify ENUM datatypes?
Следующее
От: "x asasaxax"
Дата:
Сообщение: Problems with postgresql 8.3 installation