diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 02:52:18 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 02:52:18 -0500 |
commit | b67f112e03cf37436bdd650ea4b9a75b35000fdd (patch) | |
tree | 3e0b0eef465979d77b888915968e4ff0ba6d2b2a /phpBB/includes/functions_install.php | |
parent | 913a2a773a9b6321f6614111ea5ec09f5682d013 (diff) | |
download | forums-b67f112e03cf37436bdd650ea4b9a75b35000fdd.tar forums-b67f112e03cf37436bdd650ea4b9a75b35000fdd.tar.gz forums-b67f112e03cf37436bdd650ea4b9a75b35000fdd.tar.bz2 forums-b67f112e03cf37436bdd650ea4b9a75b35000fdd.tar.xz forums-b67f112e03cf37436bdd650ea4b9a75b35000fdd.zip |
[ticket/10091] Bump minimum supported postgresql version to 8.3.
PHPBB3-10091
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' => ';', |