Tasks::PGSQL_MINIMUM_VERSION
Same name in other branches
- 10 core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks::PGSQL_MINIMUM_VERSION
- 11.x core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks::PGSQL_MINIMUM_VERSION
Minimum required PostgreSQL version.
The contrib extension pg_trgm is supposed to be installed.
See also
https://www.postgresql.org/docs/10/pgtrgm.html
File
-
core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Install/ Tasks.php, line 21
Class
- Tasks
- Specifies installation tasks for PostgreSQL databases.
Namespace
Drupal\pgsql\Driver\Database\pgsql\InstallCode
const PGSQL_MINIMUM_VERSION = '10';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.