Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aeb9998

Browse files
author
Sergey Shinderuk
committed
Update supported versions in README
1 parent a23a9ed commit aeb9998

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Introduction
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
1111
process. However, in order to gather descriptive statistics of server
1212
behavior 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)
4848
under the same license as
4949
[PostgreSQL](http://www.postgresql.org/about/licence/)
50-
and supports PostgreSQL 9.6+.
50+
and supports PostgreSQL 12+.
5151

5252
Installation
5353
------------
@@ -58,10 +58,10 @@ repository: https://download.postgresql.org/pub/repos/
5858
Manual 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
6262
higher. 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

0 commit comments

Comments
 (0)