PG_TABLESPACE
PG_TABLESPACE records tablespace information.
| Name | 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[] | Specifies options of the tablespace. |
| spcmaxsize | text | Maximum size of the available disk space, in bytes |
Last Article: PG_SYNONYM
Next Article: PG_TRIGGER
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.