From eddf00038c9f859f371a798ee5417d2eed5cdc45 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 14 Feb 2011 14:51:57 +0100 Subject: [PATCH] Add Postgresql 9.x to comment of sonar.properties --- 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 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 -- 2.39.5