Skip to content

Commit

Permalink
add version note for install
Browse files Browse the repository at this point in the history
  • Loading branch information
piano35-edb committed Jan 15, 2025
1 parent f9b3fa9 commit c4de1e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions advocacy_docs/pg_extensions/pgaudit/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ For example, to install pg_audit for EDB Postgres 15 on a RHEL 8 platform:
sudo dnf -y install edb-pg15-pg-audit1
```
!!!Note
For Postgres 16 and higher versions, the pgaudit extension major version is equal to the Postgres major version.
For Postgres 15 and lower versions, the pgaudit extension major version is 1.
- For Postgres 16 and higher versions, the pgaudit extension major version is equal to the Postgres major version. For example, if you're using Postgres version 16, use the following command:
``shell
sudo dnf -y install edb-pg16-pg-audit16
```
- For Postgres 15 and lower versions, the pgaudit extension major version is 1.
!!!
Expand Down

0 comments on commit c4de1e3

Please sign in to comment.