File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
Introduction
8
8
------------
9
9
10
- PostgreSQL 9.6+ provides an information about current wait event of particular
10
+ PostgreSQL provides information about current wait event of particular
11
11
process. However, in order to gather descriptive statistics of server
12
12
behavior user have to sample current wait event multiple times.
13
13
` pg_wait_sampling ` is an extension for collecting sampling statistics of wait
@@ -47,7 +47,7 @@ PostgreSQL installation. It is available from
47
47
[ github] ( https://github.com/postgrespro/pg_wait_sampling )
48
48
under the same license as
49
49
[ PostgreSQL] ( http://www.postgresql.org/about/licence/ )
50
- and supports PostgreSQL 9.6 +.
50
+ and supports PostgreSQL 12 +.
51
51
52
52
Installation
53
53
------------
@@ -58,10 +58,10 @@ repository: https://download.postgresql.org/pub/repos/
58
58
Manual build
59
59
------------
60
60
61
- ` pg_wait_sampling ` is PostgreSQL extension which requires PostgreSQL 9.6 or
61
+ ` pg_wait_sampling ` is PostgreSQL extension which requires PostgreSQL 12 or
62
62
higher. Before build and install you should ensure following:
63
63
64
- * PostgreSQL version is 9.6 or higher.
64
+ * PostgreSQL version is 12 or higher.
65
65
* You have development package of PostgreSQL installed or you built
66
66
PostgreSQL from source.
67
67
* Your PATH variable is configured so that ` pg_config ` command available, or
You can’t perform that action at this time.
0 commit comments