Files
doc-exports/docs/dws/dev/dws_04_0622.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

5.0 KiB

PG_TABLESPACE

PG_TABLESPACE records tablespace information.

Table 1 PG_TABLESPACE columns

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.