From: Guillaume (ioguix) de Rorthais Date: Mon, 20 Apr 2009 23:29:28 +0000 (-0400) Subject: Upgrade minimal PostgreSQL version to 7.3 X-Git-Tag: REL_5-0-BETA-1~106^2~3^2 X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=8088e7f9115f0f1c1b778ba20b22d99a016626b8;p=phppgadmin.git Upgrade minimal PostgreSQL version to 7.3 --- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 3cc9e284..06b0d9f5 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -19,7 +19,7 @@ $appVersion = '5.0-dev'; // PostgreSQL and PHP minimum version - $postgresqlMinVer = '7.0'; + $postgresqlMinVer = '7.3'; $phpMinVer = '5.0'; // Check the version of PHP