pg_enum

The pg_enum catalog provides information about values and labels for enum types.

Column name Data type Description
oid oid A row identifier.
enumtypid oid (references pg_type.oid) The OID of the pg_type entry that owns this enum value.
enumsortorder float4 The sort position of the enum value in its enum type.
enumlabel name The textual label of the enum value.