Skip to content

Commit 90081e1

Browse files
author
Alexander Korotkov
committed
Small corrections for readme.
1 parent d426865 commit 90081e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Usage
6767

6868
pg\_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
7171
all processed including background workers.
7272

7373
| Column name | Column type | Description |
@@ -79,7 +79,7 @@ all processed including background workers.
7979
pg_wait_sampling_get_current(pid int4) returns the same table for single given
8080
process.
8181

82-
pg\_wait\_sampling\_history -- history of wait events obtained by sampling into
82+
pg\_wait\_sampling\_history view – history of wait events obtained by sampling into
8383
in-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\_profile view – profile of wait events obtained by sampling into
9393
in-memory hash table.
9494

9595
| Column name | Column type | Description |

0 commit comments

Comments
 (0)