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 example, in the linked answer above, I would want the following result
schema type values
------------- -------- -------
communication channels 'text_message','email','phone_call','broadcast'