X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresInstaller.php;h=16b47e2869dd3deb202522746320adfe6ab58f2b;hb=a40aac7b72a24f91d25c68b5730a9807c48e6d39;hp=21d83d2397bc8dd2844c1ee93e6e948b1457fa93;hpb=79d298e37f8aeb42ccf43155a5be3c16b7688901;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 21d83d2397..16b47e2869 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -46,7 +46,7 @@ class PostgresInstaller extends DatabaseInstaller { '_InstallUser' => 'postgres', ]; - public static $minimumVersion = '8.3'; + public static $minimumVersion = '9.2'; protected static $notMiniumumVerisonMessage = 'config-postgres-old'; public $maxRoleSearchDepth = 5;