-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.9
-
Fix Version/s: 3.0.10-RC2
-
Component/s: None
-
Labels:None
language/en/install.php
'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x',
|
should be
'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x/9.x',
|
The database list on install/index itself seems to be correct:
<li>PostgreSQL 7.3+</li>
|