Structsยง
- PgEnum ๐The
pg_enum
catalog contains entries showing the values and labels for each enum type. The internal representation of a given enum value is actually the OID of its associated row inpg_enum
. Reference: [https://www.postgresql.org/docs/current/catalog-pg-enum.html
]
Staticsยง
Functionsยง
- pg_
catalog_ ๐pg_ enum