aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-02-14 14:51:57 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-02-14 15:38:24 +0100
commiteddf00038c9f859f371a798ee5417d2eed5cdc45 (patch)
tree44e24b4d5fd1655b22f8b48764f50e0fbff9aa68 /sonar-application/src
parenta4667d3565756d3898e0ee277bed1fa575409282 (diff)
downloadsonarqube-eddf00038c9f859f371a798ee5417d2eed5cdc45.tar.gz
sonarqube-eddf00038c9f859f371a798ee5417d2eed5cdc45.zip
Add Postgresql 9.x to comment of sonar.properties
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files 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 678d41013d6..aca69ce9dbe 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -36,7 +36,7 @@
#---------------------------------------------------------
#----- Embedded database Derby
-# Note : it does accept connections from remote hosts, so the
+# Note : it does accept connections from remote hosts, so the
# sonar server and the maven plugin must be executed on the same host.
# Comment the 3 following lines to deactivate the default embedded database
@@ -68,7 +68,7 @@ sonar.jdbc.validationQuery: values(1)
# In that case, use the same property during maven analysis (-Dsonar.hibernate.default_schema=xxx)
#sonar.hibernate.default_schema: sonar
-#----- PostgreSQL 8.x
+#----- PostgreSQL 8.x, 9.x
# uncomment the 3 following lines to use PostgreSQL
#sonar.jdbc.url: jdbc:postgresql://localhost/sonar
#sonar.jdbc.driverClassName: org.postgresql.Driver