diff --git a/product_docs/docs/pem/9/profiling_workloads/installing_sql_profiler.mdx b/product_docs/docs/pem/9/profiling_workloads/installing_sql_profiler.mdx index ce6cd2672cc..3b1d04d8905 100644 --- a/product_docs/docs/pem/9/profiling_workloads/installing_sql_profiler.mdx +++ b/product_docs/docs/pem/9/profiling_workloads/installing_sql_profiler.mdx @@ -41,7 +41,7 @@ Before you begin the installation process: ### Install the package -The syntax for the install command is: +The syntax to install SQL Profiler on EDB Postgres Advanced Server and EDB Postgres Extended is: ```shell sudo -y install edb--server-sqlprofiler @@ -49,7 +49,7 @@ sudo -y install edb--server-sqlpro Where: -- ``is the package manager used with your operating system: +- `` is the package manager used with your operating system: | Package manager | Operating system | | --------------- | -------------------------------- | @@ -59,23 +59,33 @@ Where: - `` is the distribution of Postgres you're using: - | Postgres distribution | Value | - | ---------------------------- | ---------- | - | PostgreSQL | pg | - | EDB Postgres Advanced Server | as | + | Postgres distribution | Value | + |------------------------------|------------------| + | EDB Postgres Advanced Server | as | | EDB Postgres Extended | postgresextended | - `` is the version of Postgres you're using. -For example, to install the latest version of SQL Profiler for EDB Postgres Advanced Server 15 on a RHEL 8 platform: +For example, to install the latest version of SQL Profiler for EDB Postgres Advanced Server 15 on a RHEL 8 platform: ```shell sudo dnf -y install edb-as15-server-sqlprofiler ``` +The syntax to install SQL Profiler on PostgreSQL is: -## Enabling the extension +```shell +# For RHEL 8 and its derivatives: +sudo dnf -y install sqlprofiler_ + +# For Debian/Ubuntu: +apt-get -y install postgresql--sqlprofiler +``` +Where `` is the version of PostgreSQL you're using. + + +## Enabling the extension To enable the extension: