aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2023-01-02 10:27:07 +0100
committersonartech <sonartech@sonarsource.com>2023-01-02 20:03:11 +0000
commitc301d9537dfa78c1a231c4f748f1d5b7bf2a42e6 (patch)
tree82f69bfa199dc6d1222b06df9ca328060b2ffc92 /sonar-application
parent3fd6248dd01509f813db485f249a5306e38dc8c5 (diff)
downloadsonarqube-c301d9537dfa78c1a231c4f748f1d5b7bf2a42e6.tar.gz
sonarqube-c301d9537dfa78c1a231c4f748f1d5b7bf2a42e6.zip
SONAR-17446 - updated PGSQL version support to sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 1fe03751c02..f2f723b1785 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -39,7 +39,7 @@
#sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE
-#----- PostgreSQL 9.6 or greater
+#----- PostgreSQL 11 or greater
# 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