diff --git a/advocacy_docs/pg_extensions/pgaudit/installing.mdx b/advocacy_docs/pg_extensions/pgaudit/installing.mdx index 1a2adba0aa2..971ea3d0d03 100644 --- a/advocacy_docs/pg_extensions/pgaudit/installing.mdx +++ b/advocacy_docs/pg_extensions/pgaudit/installing.mdx @@ -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. !!!