pg_resqueue_attributes

Note: The pg_resqueue_attributes view is valid only when resource queue-based resource management is active.

The pg_resqueue_attributes view allows administrators to see the attributes set for a resource queue, such as its active statement limit, query cost limits, and priority.

columntypereferencesdescription
rsqnamenamepg_resqueue.rsqnameThe name of the resource queue.
resnametext The name of the resource queue attribute.
ressettingtext The current value of a resource queue attribute.
restypidinteger System assigned resource type id.

Parent topic: System Catalogs Definitions