The following bug has been logged on the website:
Bug reference: 15286
Logged by: Nivruth Nandigam
Email address: nivruth_n(at)yahoo(dot)com
PostgreSQL version: 10.4
Operating system: Windows
Description:
Hi there,
I'm trying to modify an existing enum and use the BEFORE or AFTER feature to
add a value in between the existing values but I'm noticing that the values
are only being added to the enum in the end. Please look into this and fix
this as soon as possible. The query I'm using is
alter type my_enum add value 'second' after 'one;