From a2075d92682e304e8a4e4e4701b5b06cdabbdaea Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Tue, 10 May 2022 20:06:48 +0200 Subject: [PATCH] PG-413: added missing repository for PG v14 (#223) Signed-off-by: Kai Wagner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c677e..9494b7e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To learn about other features, available in `pg_stat_monitor`, see the [Features `pg_stat_monitor` supports PostgreSQL versions 11 and above. It is compatible with both PostgreSQL provided by PostgreSQL Global Development Group (PGDG) and [Percona Distribution for PostgreSQL](https://www.percona.com/software/postgresql-distribution). -The `RPM` (for RHEL and CentOS) and the `DEB` (for Debian and Ubuntu) packages are available from Percona repositories for PostgreSQL versions [11](https://www.percona.com/downloads/percona-postgresql-11/LATEST/), [12](https://www.percona.com/downloads/postgresql-distribution-12/LATEST/), and [13](https://www.percona.com/downloads/postgresql-distribution-13/LATEST/). +The `RPM` (for RHEL and CentOS) and the `DEB` (for Debian and Ubuntu) packages are available from Percona repositories for PostgreSQL versions [11](https://www.percona.com/downloads/percona-postgresql-11/LATEST/), [12](https://www.percona.com/downloads/postgresql-distribution-12/LATEST/), [13](https://www.percona.com/downloads/postgresql-distribution-13/LATEST/) and [14](https://www.percona.com/downloads/postgresql-distribution-14/LATEST/). The RPM packages are also available in the official PostgreSQL (PGDG) yum repositories.