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_TOTAL_SCHEMA_INFO
PG_TOTAL_SCHEMA_INFO displays the storage usage of all schemas in each database. This view is valid only if use_workload_manager is set to on.
Column |
Type |
Description |
---|---|---|
schemaid |
oid |
Schema OID |
schemaname |
text |
Schema name |
databaseid |
oid |
Database OID |
databasename |
name |
Database name |
usedspace |
bigint |
Size of the permanent table storage space used by the schema, in bytes. |
permspace |
bigint |
Upper limit of the permanent table storage space of the schema, in bytes. |
Parent topic: System Views