]> source.dussan.org Git - sonarqube.git/commitdiff
Add Postgresql 9.x to comment of sonar.properties
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 14 Feb 2011 13:51:57 +0000 (14:51 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 14 Feb 2011 14:38:24 +0000 (15:38 +0100)
sonar-application/src/main/assembly/conf/sonar.properties

index 678d41013d6ee396196210d902502209040abeda..aca69ce9dbe43c7bab5ed8017ea3d0f6f11d8c05 100644 (file)
@@ -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