GS_LOGICAL_ATTRDEF
GS_LOGICAL_ATTRDEF records the default values of storage columns required for logical decoding.
| Column | Type | Description |
|---|---|---|
| adid | oid | Identifier of an attribute descriptor. |
| adrelid | oid | OID of the table to which the catalog belongs. |
| adnum | smallint | Attribute number. |
| csnmin | bigint | CSN when a tuple is inserted. |
| csnmax | bigint | CSN when a tuple is updated or deleted. |
| createtime | timestamp with time zone | Timestamp when a tuple is inserted. |
| originid | integer | Source identifier of a tuple. |
| dbnode | oid | Database OID. |
| adbin | pg_node_tree | Expression of the default value. |
| adgencol | "char" | Specifies whether a column is a GENERATED column. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.