We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4826caa commite3b1e15Copy full SHA for e3b1e15
README.md
@@ -51,7 +51,7 @@ PostgreSQL installation. It is available from
51
[github](https://github.com/postgrespro/pg_wait_sampling)
52
under the same license as
53
[PostgreSQL](http://www.postgresql.org/about/licence/)
54
-and supports PostgreSQL12+.
+and supports PostgreSQL13+.
55
56
Installation
57
------------
@@ -62,10 +62,10 @@ repository: https://download.postgresql.org/pub/repos/
62
Manual build
63
64
65
-`pg_wait_sampling` is PostgreSQL extension which requires PostgreSQL12 or
+`pg_wait_sampling` is PostgreSQL extension which requires PostgreSQL13 or
66
higher. Before build and install you should ensure following:
67
68
-* PostgreSQL version is12 or higher.
+* PostgreSQL version is13 or higher.
69
* You have development package of PostgreSQL installed or you built
70
PostgreSQL from source.
71
* Your PATH variable is configured so that`pg_config` command available, or