Updated on 2025-05-29 GMT+08:00

GS_LOGICAL_ENUM

GS_LOGICAL_ENUM contains entries showing the values and labels for each enumerated type.

Table 1 GS_LOGICAL_ENUM

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.