Skip to content

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.
resnametextThe name of the resource queue attribute.
resettingtextThe current value of a resource queue attribute.
restypidintegerSystem assigned resource type id.

Parent topic: System Catalogs Definitions