--- title: "pg_wait_events" id: view-pg-wait-events pg_version: "20devel" --- ## 53.40. pg_wait_events The view pg_wait_events provides description about the wait events. **pg_wait_events Columns** | Column Type | Description | | --- | --- | | `type` `text` | Wait event type | | `name` `text` | Wait event name | | `description` `text` | Wait event description |