constant Tasks::PGSQL_MINIMUM_VERSION in Drupal 10
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';