Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab70370

Browse files
author
Alexander Korotkov
committed
Merge branch 'master' of github.com:postgrespro/pg_wait_sampling
2 parents0389285 +90081e1 commitab70370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
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\_historyview – 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\_profileview – 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)

[8]ページ先頭

©2009-2025 Movatter.jp