From b328125971eec42bbc894a0d6b3861d6b821cd6e Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 16 Aug 2012 21:34:30 +0200 Subject: [PATCH] move to psql 9.1 --- settings/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/settings.php b/settings/settings.php index df965211..f6aa5730 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -7,7 +7,7 @@ @define('CONST_Database_DSN', 'pgsql://@/nominatim'); // Paths - @define('CONST_Postgresql_Version', '9.0'); + @define('CONST_Postgresql_Version', '9.1'); @define('CONST_Path_Postgresql_Contrib', '/usr/share/postgresql/'.CONST_Postgresql_Version.'/contrib'); @define('CONST_Path_Postgresql_Postgis', CONST_Path_Postgresql_Contrib.'/postgis-1.5'); @define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql'); -- 2.39.5