Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 586 Bytes

File metadata and controls

14 lines (10 loc) · 586 Bytes

pg_resqueue_attributes

pg_resqueue_attributes 视图允许管理员查看资源队列的属性,例如活动语句限制、查询代价限制以及优先级。

表 1. pg_catalog.pg_resqueue_attributes
类型 参考 描述
rsqname name pg_resqueue.rsqname 资源队列的名称。
resname text 资源队列属性的名称。
ressetting text 资源队列属性的当前值。
restypid integer 系统分配的资源类型ID。

上级主题: 系统目录定义