forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
4.7 KiB
4.7 KiB
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 |
Parent topic: System Catalogs