pg_resgroupcapability
The pg_resgroupcapability system catalog table contains information about the capabilities and limits of defined Greengage DB resource groups.
You can join this table to the pg_resgroup table by resource group object ID.
The pg_resgroupcapability table, defined in the pg_global tablespace, is globally shared across all databases in the system.
| Column | Type | References | Description |
|---|---|---|---|
resgroupid |
oid |
pg_resgroup.oid |
The object ID of the associated resource group |
reslimittype |
smallint |
— |
The resource group limit type:
|
value |
text |
— |
The specific value set for the resource limit referenced in this record.
This value has the fixed type |