X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/fb796d14ec539fd4415a61732311dc4c98b87776..9cf85f90fb822a54bc7b33d91a67bdbf0397c487:/lib/setup/SetupClass.php diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index 5e5b16d6..4c7c0fdd 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -102,7 +102,7 @@ class SetupFunctions $fPostgresVersion = getPostgresVersion($this->oDB); echo 'Postgres version found: '.$fPostgresVersion."\n"; - if ($fPostgresVersion < 9.1) { + if ($fPostgresVersion < 9.01) { fail('Minimum supported version of Postgresql is 9.1.'); }