GS_LOGICAL_ENUM
GS_LOGICAL_ENUM contains entries showing the values and labels for each enumerated type.
| Column | Type | Description |
|---|---|---|
| enumid | oid | Row identifier. |
| enumtypid | oid | OID of the PG_TYPE entry owning this enumerated value. |
| enumlabel | name | Textual label for this enumerated value. |
| enumsortorder | real | Sort position of this enumerated value within its enumerated type. |
| dbnode | oid | Database OID. |
| originid | integer | Source identifier of a tuple. |
| createtime | timestamp with time zone | Timestamp when a tuple is inserted. |
| csnmin | bigint | CSN when a tuple is inserted. |
| csnmax | bigint | CSN when a tuple is updated or deleted. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.