PG_NAMESPACE
PG_NAMESPACE stores namespaces, that is, schema-related information.
Column |
Type |
Description |
---|---|---|
nspname |
name |
Name of the namespace. |
nspowner |
oid |
Owner of the namespace. |
nsptimeline |
bigint |
Timeline when the namespace is created on the DN. This column is for internal use and is valid only on DNs. |
nspacl |
aclitem[] |
Access permissions. For details, see GRANT and REVOKE. |
permspace |
bigint |
Permanent tablespace quota for the schema. |
usedspace |
bigint |
Size of the used permanent tablespace for the schema. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot