PostgreSQL - Advanced Features
You have an ENUM type
status with values ('pending', 'approved', 'rejected'). You want to change the order so 'approved' comes first without dropping the type. How can you do this?