Skip to content

Commit ea5e12a

Browse files
committed
Remove PostgreSQL 13 from supported versions in documentation.
Also add PostgreSQL 18 to supported versions.
1 parent 4bc9646 commit ea5e12a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ 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 - 17) 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

5757
pgAudit versions relate to PostgreSQL major versions as follows:
5858

59+
- **pgAudit v18.X** is intended to support PostgreSQL 18.
60+
5961
- **pgAudit v17.X** is intended to support PostgreSQL 17.
6062

6163
- **pgAudit v16.X** is intended to support PostgreSQL 16.
@@ -64,8 +66,6 @@ pgAudit versions relate to PostgreSQL major versions as follows:
6466

6567
- **pgAudit v1.6.X** is intended to support PostgreSQL 14.
6668

67-
- **pgAudit v1.5.X** is intended to support PostgreSQL 13.
68-
6969
## Compile and Install
7070

7171
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)