Add some notes about why "ALTER TYPE enum DROP VALUE" is hard. In hopes of putting these where any would-be implementer is sure to find them, make a placeholder grammar production for ALTER DROP VALUE and put them there. This is really just a docs patch, though.
Vik Fearing, with a bit more wordsmithing by me Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/af3ee8a086ca210d9461f813538d0169dbf07c2c Modified Files -------------- src/backend/parser/gram.y | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+)
