1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +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

@@ -132,7 +132,7 @@
<li>A SQL database system, <strong>one of</strong>:
<ul>
<li>MySQL 3.23 or above (MySQLi supported)</li>
<li>PostgreSQL 7.3+</li>
<li>PostgreSQL 8.3+</li>
<li>SQLite 2.8.2+ (SQLite 3 is not supported)</li>
<li>Firebird 2.1+</li>
<li>MS SQL Server 2000 or above (directly or via ODBC or the native adapter)</li>