1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/10091] Bump minimum supported postgresql version to 8.3.

PHPBB3-10091
This commit is contained in:
Oleg Pudeyev
2012-12-04 02:52:18 -05:00
parent 913a2a773a
commit b67f112e03
4 changed files with 4 additions and 4 deletions

View File

@@ -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' => ';',