diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-12-04 13:01:19 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-12-04 13:01:19 +0100 |
commit | 78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67 (patch) | |
tree | 72f49c3e266fb499f8f8f59afc4872b2951bfa6c /phpBB/includes/functions_install.php | |
parent | 8622b1648d9eb45cf02b8c3d577fb2158415487d (diff) | |
parent | b67f112e03cf37436bdd650ea4b9a75b35000fdd (diff) | |
download | forums-78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67.tar forums-78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67.tar.gz forums-78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67.tar.bz2 forums-78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67.tar.xz forums-78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67.zip |
Merge remote-tracking branch 'p/ticket/10091' into develop
* p/ticket/10091:
[ticket/10091] Bump minimum supported postgresql version to 8.3.
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r-- | phpBB/includes/functions_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php index 7a799993db..ab6b3ea009 100644 --- a/phpBB/includes/functions_install.php +++ b/phpBB/includes/functions_install.php @@ -87,7 +87,7 @@ function get_available_dbms($dbms = false, $return_unavailable = false, $only_20 '2.0.x' => false, ), 'postgres' => array( - 'LABEL' => 'PostgreSQL 7.x/8.x', + 'LABEL' => 'PostgreSQL 8.3+', 'SCHEMA' => 'postgres', 'MODULE' => 'pgsql', 'DELIM' => ';', |