You are here

constant Tasks::PGSQL_MINIMUM_VERSION in Drupal 9

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/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php, line 21

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\Core\Database\Driver\pgsql\Install

Code

const PGSQL_MINIMUM_VERSION = '10';