6767
6868pg\_ wait\_ sampling interacts with user by set of views and functions.
6969
70- pg\_ wait\_ sampling\_ current view-- information about current wait events for
70+ pg\_ wait\_ sampling\_ current view– information about current wait events for
7171all processed including background workers.
7272
7373| Column name| Column type| Description|
@@ -79,7 +79,7 @@ all processed including background workers.
7979pg_wait_sampling_get_current(pid int4) returns the same table for single given
8080process.
8181
82- pg\_ wait\_ sampling\_ history-- history of wait events obtained by sampling into
82+ pg\_ wait\_ sampling\_ historyview – history of wait events obtained by sampling into
8383in-memory ring buffer.
8484
8585| Column name| Column type| Description|
@@ -89,7 +89,7 @@ in-memory ring buffer.
8989| event_type| text| Name of wait event type|
9090| event| text| Name of wait event|
9191
92- pg\_ wait\_ sampling\_ profile-- profile of wait events obtained by sampling into
92+ pg\_ wait\_ sampling\_ profileview – profile of wait events obtained by sampling into
9393in-memory hash table.
9494
9595| Column name| Column type| Description|