Skip to content

Commit f71201e

Browse files
authored
Merge pull request #6569 from EnterpriseDB/docs-728-waitevents-add
add links to event tables
2 parents 6b6291d + f2104c1 commit f71201e

File tree

1 file changed

+5
-5
lines changed
  • advocacy_docs/pg_extensions/wait_states

1 file changed

+5
-5
lines changed

advocacy_docs/pg_extensions/wait_states/using.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ In addition to the common parameters described previously, each row of the outpu
9494

9595
`sample_time` — The time when wait event data was collected.
9696

97-
`wait_event_type` — The type of wait event the session (backend) is waiting on.
97+
`wait_event_type` — The type of wait event the session (backend) is waiting on. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
9898

99-
`wait_event` — The wait event the session (backend) is waiting on.
99+
`wait_event` — The wait event the session (backend) is waiting on. For more information, see [Wait Events](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-ACTIVITY-TABLE) in the PostgreSQL documentation.
100100

101101
### Example
102102

@@ -319,9 +319,9 @@ In addition to the common parameters described previously, each row of the outpu
319319

320320
`sample_time` — The time when wait event data was collected.
321321

322-
`wait_event_type` — The type of wait event on which the session is waiting.
322+
`wait_event_type` — The type of wait event on which the session is waiting. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
323323

324-
`wait_event` — The wait event on which the session (backend) is waiting.
324+
`wait_event` — The wait event on which the session (backend) is waiting. For more information, see [Wait Events](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-ACTIVITY-TABLE) in the PostgreSQL documentation.
325325

326326
`sampling_interval` — The time interval at which the sample is taken.
327327

@@ -513,7 +513,7 @@ In addition to the common parameters described previously, each row of the outpu
513513

514514
`waitevent` — The name of the wait event.
515515

516-
`wait_event_type` — The type of wait event.
516+
`wait_event_type` — The type of wait event. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
517517

518518
`waittime` — The approximate wait time of this wait event (in seconds) based on the number of samples and the sampling interval from `edb_wait_states_samples`.
519519

0 commit comments

Comments
 (0)