Skip to content

Commit 653e2da

Browse files
committed
Remove PostgreSQL 13 from supported versions in documentation.
1 parent 19d5e2a commit 653e2da

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ To limit the number of relations audit logged for `SELECT` and `DML` statements,
4848

4949
## PostgreSQL Version Compatibility
5050

51-
pgAudit supports PostgreSQL 13 or greater.
51+
pgAudit supports PostgreSQL 14 or greater.
5252

53-
In order to support new functionality introduced in each PostgreSQL release, pgAudit maintains a separate branch for each PostgreSQL major version (currently PostgreSQL 13 - 18) which will be maintained in a manner similar to the PostgreSQL project.
53+
In order to support new functionality introduced in each PostgreSQL release, pgAudit maintains a separate branch for each PostgreSQL major version (currently PostgreSQL 14 - 18) which will be maintained in a manner similar to the PostgreSQL project.
5454

5555
Aside from bug fixes, no further development is allowed for stable branches. New development, if any, will be strictly for the next unreleased major version of PostgreSQL.
5656

@@ -66,8 +66,6 @@ pgAudit versions relate to PostgreSQL major versions as follows:
6666

6767
- **pgAudit v1.6.X** is intended to support PostgreSQL 14.
6868

69-
- **pgAudit v1.5.X** is intended to support PostgreSQL 13.
70-
7169
## Compile and Install
7270

7371
pgAudit can be compiled against an installed copy of PostgreSQL with development packages using `PGXS`. The following instructions should work on most Unix-like operating systems.

0 commit comments

Comments
 (0)