From 1dce62e933270bdc226946ec8b1f2ea6d8e4c9ef Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 27 Aug 2018 23:05:14 +0200 Subject: [PATCH] SONAR-11196 Fix documentation about configuration of PostgreSQL schema --- sonar-application/src/main/assembly/conf/sonar.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 79310c4a2f7..92eea9c6d1f 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -37,8 +37,8 @@ #----- PostgreSQL 9.3 or greater -# If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000 -#sonar.jdbc.url=jdbc:postgresql://localhost/sonar +# By default the schema named "public" is used. It can be overridden with the parameter "currentSchema". +#sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema #----- Microsoft SQLServer 2014/2016 and SQL Azure -- 2.39.5