Hello, I’m DocuDroid!
Submitting feedback
Thank you for rating our AI Search!
We would be grateful if you could share your thoughts so we can improve our AI Search for you and other readers.
GitHub

pg_enum

The pg_enum table contains entries matching enum types to their associated values and labels. The internal representation of a given enum value is actually the OID of its associated row in pg_enum.

Column Type References Description

enumtypid

oid

pg_type.oid

The OID of the pg_type entry owning this enum value

enumsortorder

float4

 — 

The sort position of this enum value within its enum type

enumlabel

name

 — 

The textual label for this enum value