diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-25 06:07:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-25 06:07:58 +0000 |
commit | 9c83aadd2604e7e6cb1f84683f951e6b12872618 (patch) | |
tree | c0a14c87378e832e87580be382e1c8ccea188b71 /doc/install | |
parent | 23bc19cb73aad969c9636b8b935111645e809e54 (diff) | |
download | gitlab-ce-9c83aadd2604e7e6cb1f84683f951e6b12872618.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index deef2cef21b..2526da31882 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -329,7 +329,7 @@ use of extensions and concurrent index removal, you need at least PostgreSQL 9.2 1. Check if the `pg_trgm` extension is enabled: - ```shell + ```sql SELECT true AS enabled FROM pg_available_extensions WHERE name = 'pg_trgm' @@ -338,7 +338,7 @@ use of extensions and concurrent index removal, you need at least PostgreSQL 9.2 If the extension is enabled this will produce the following output: - ``` + ```plaintext enabled --------- t |