From: Sarah Hoffmann Date: Thu, 16 Aug 2012 19:34:30 +0000 (+0200) Subject: move to psql 9.1 X-Git-Tag: deploy~686 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b328125971eec42bbc894a0d6b3861d6b821cd6e?ds=sidebyside move to psql 9.1 --- 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');