Bruce Momjian wrote:
Log Message:
-----------
Update:

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


Where did this come from? Adding values anywhere except on the end of the enumeration list will be fraught with danger, as will removing them. In essence, either operation would entail rewriting every table that used the type. Anything else carries a major risk of corruption. That seems like a pretty bad idea.

cheers

andrew

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to