PG_TABLESPACE
PG_TABLESPACE records tablespace information.
Column |
Type |
Description |
---|---|---|
spcname |
Name |
Name of the tablespace. |
spcowner |
OID |
Owner of the tablespace, usually the user who created it. |
spcacl |
aclitem[] |
Access permissions. For details, see GRANT and REVOKE. |
spcoptions |
Text[] |
Options of the tablespace. |
spcmaxsize |
Text |
Maximum size of the available disk space, in bytes. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.