ALTER TYPE ADD VALUE requires the type owner
Adding a value to a PostgreSQL enum requires owning the type itself, and a pg_class ownership-transfer loop won't reassign enums because standalone types live in pg_type.
Today I Learned#postgres#sql#drizzle