GS_LOGICAL_AUTHID
GS_LOGICAL_AUTHID records user information required for logical decoding.
| Column | Type | Description |
|---|---|---|
| rolid | oid | User ID. |
| rolname | name | Username. |
| 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. |
| originid | integer | Source identifier of a tuple. |
| rolkind | "char" | User type. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.