File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77Introduction
88------------
99
10- PostgreSQL 9.6+ provides an information about current wait event of particular
10+ PostgreSQL provides information about current wait event of particular
1111process. However, in order to gather descriptive statistics of server
1212behavior user have to sample current wait event multiple times.
1313` pg_wait_sampling ` is an extension for collecting sampling statistics of wait
@@ -47,7 +47,7 @@ PostgreSQL installation. It is available from
4747[ github] ( https://github.com/postgrespro/pg_wait_sampling )
4848under the same license as
4949[ PostgreSQL] ( http://www.postgresql.org/about/licence/ )
50- and supports PostgreSQL 9.6 +.
50+ and supports PostgreSQL 12 +.
5151
5252Installation
5353------------
@@ -58,10 +58,10 @@ repository: https://download.postgresql.org/pub/repos/
5858Manual build
5959------------
6060
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
6262higher. Before build and install you should ensure following:
6363
64- * PostgreSQL version is 9.6 or higher.
64+ * PostgreSQL version is 12 or higher.
6565 * You have development package of PostgreSQL installed or you built
6666 PostgreSQL from source.
6767 * Your PATH variable is configured so that ` pg_config ` command available, or
You can’t perform that action at this time.
0 commit comments