SYSTEM CATALOGS / SYSTEM CATALOGS
pg_enum
Read PG 18 manual ↗The pg_enum catalog contains entries showing the values and labels for each enum type.
- Kind
- System catalogs
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
enumtypid | oid | The OID of the pg_type entry owning this enum value pg_type.oid |
enumsortorder | float4 | The sort position of this enum value within its enum type |
enumlabel | name | The textual label for this enum value |
Column history across versions
Version history 3
- PG 11 → 12changed
- PG 9.2 → 9.3changed
- PG 9.0 → 9.1changed
Definition snapshot: english-manuals:175aeef3d36ff48f2b3b28631ab… · English manual source