aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_install.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-04 13:01:19 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-04 13:01:19 +0100
commit78479a6bf0e70bfd32bc7ffaff6bb5b9c516ca67 (patch)
tree72f49c3e266fb499f8f8f59afc4872b2951bfa6c /phpBB/includes/functions_install.php
parent8622b1648d9eb45cf02b8c3d577fb2158415487d (diff)
parentb67f112e03cf37436bdd650ea4b9a75b35000fdd (diff)
downloadforums-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.php2
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' => ';',