Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function DatabaseTasks_pgsql::minimumVersion
Return the minimum required version of the engine.
Return value
A version string. If not NULL, it will be checked against the version reported by the Database engine using version_compare().
Overrides DatabaseTasks::minimumVersion
File
-
includes/
database/ pgsql/ install.inc, line 37
Class
- DatabaseTasks_pgsql
- @file Install functions for PostgreSQL embedded database engine.
Code
public function minimumVersion() {
return '8.3';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.