PG_TABLESPACE
PG_TABLESPACE records tablespace information.
| Name | Type | Description |
|---|---|---|
| oid | oid | Row identifier (hidden attribute, which must be specified) |
| spcname | name | Tablespace name |
| spcowner | oid | Owner of the tablespace, usually the user who created it |
| spcacl | aclitem[] | |
| spcoptions | text[] | Options of the tablespace |
| spcmaxsize | text | Maximum size of the available disk space, in bytes |
| relative | boolean | Whether the storage path specified by the tablespace is a relative path
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.