GS_LOGICAL_NAMESPACE
GS_LOGICAL_NAMESPACE records namespace information.
| Column | Type | Description |
|---|---|---|
| nspid | oid | Namespace OID. |
| nspname | name | Namespace name. |
| nspowner | oid | OID of the namespace owner. |
| nsptimeline | bigint | Timeline identifier of the namespace. |
| 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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.