pg_resgroupcapability
pg_resgroupcapability#
Note The
pg_resgroupcapability
system catalog table is valid only when resource group-based resource management is active.
The pg_resgroupcapability
system catalog table contains information about the capabilities and limits of defined Greenplum Database 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 |
---|---|---|---|
|
oid |
|
The object ID of the associated resource group. |
|
smallint |
`` |
The resource group limit type: |
|
opaque type |
The specific value set for the resource limit referenced in this record. This value has the fixed type |
Parent topic: System Catalogs Definitions