The suggested query to list ENUM types is great. But, it merely lists of the schema and the typname. How do I list out the actual ENUM values? For
schema
typname
select enum_range(enum_first(null::province),null::province);