diff --git a/docs/solutions/postgis-deploy.md b/docs/solutions/postgis-deploy.md index ad09cb5e4..546e19540 100644 --- a/docs/solutions/postgis-deploy.md +++ b/docs/solutions/postgis-deploy.md @@ -17,7 +17,7 @@ The following document provides guidelines how to install PostGIS and how to run As other components of Percona Distribution for PostgreSQL, PostGIS is available from Percona repositories. Use the [`percona-release`](https://docs.percona.com/percona-software-repositories/installing.html) repository management tool to enable the repository. ```{.bash data-prompt="$"} - $ sudo percona-release setup ppg15 + $ sudo percona-release setup ppg{{pgversion}} ``` 2. Install PostGIS packages @@ -59,12 +59,12 @@ The following document provides guidelines how to install PostGIS and how to run $ sudo yum install percona-postgis33_{{pgversion}} percona-postgis33_{{pgversion}}-client ``` - This installs the set of PostGIS extensions. To check what extensions are available, run the following query from the `psql` terminal: + This installs the set of PostGIS extensions. To check what extensions are available, run the following query from the `psql` terminal: - ```sql - SELECT name, default_version,installed_version - FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%'; - ``` + ```sql + SELECT name, default_version,installed_version + FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%'; + ``` ## Enable PostGIS extension diff --git a/docs/yum.md b/docs/yum.md index bb6747818..8e6b05c72 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -261,7 +261,7 @@ $ sudo yum -y install curl Install `pgaudit`: ```{.bash data-prompt="$"} - $ sudo yum install percona-pgaudit + $ sudo yum install percona-pgaudit{{pgversion}} ``` Install `pgBackRest`: @@ -329,8 +329,8 @@ $ sudo yum -y install curl ```{.bash data-prompt="$"} $ sudo yum install percona-pgpool-II-pg{{pgversion}} ``` - - Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). + +Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). ### Start the service