Allow deleting enumerated values from an existing enumerated data type - Mailing list pgsql-hackers

From Данил Столповских
Subject Allow deleting enumerated values from an existing enumerated data type
Date
Msg-id CAG7W4rpQn5vwKJ99sbXkdhgahPSCu=hOZhRqAq8i=ScAH8HRUg@mail.gmail.com
Whole thread Raw
Responses Re: Allow deleting enumerated values from an existing enumerated data type
Re: Allow deleting enumerated values from an existing enumerated data type
List pgsql-hackers
Greetings, everyone!
I would like to offer my patch on the problem of removing values from enums

It adds support for expression ALTER TYPE <enum_name> DROP VALUE <value_name>

Added:
1. expression in grammar
2. function to drop enum values
3. regression tests
4. documentation
Attachment

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Out of memory error handling in frontend code
Next
From: "Drouvot, Bertrand"
Date:
Subject: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag