]> granicus.if.org Git - icinga2/commitdiff
Update 02-getting-started.md
authorJean Flach <Crunsher@users.noreply.github.com>
Thu, 19 Apr 2018 14:42:58 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Apr 2018 14:42:58 +0000 (16:42 +0200)
createlang was removed with posgresql 10

doc/02-getting-started.md

index 8177c6dcf9d7528d941aacea3eaccd6c580e36f7..522cb3c1a072850be593c1e8ea0d44302cb9ad71 100644 (file)
@@ -718,7 +718,7 @@ Set up a PostgreSQL database for Icinga 2:
 
 > **Note**
 >
-> When using PostgreSQL 9.x you can omit the `createlang` command.
+> When using PostgreSQL 9.x or higher, the `createlang` command can be omitted.
 > Also it is assumed here that your locale is set to utf-8, you may run into
 > problems otherwise.