Tasks::PGSQL_MINIMUM_VERSION

Same name in other branches
  1. 9 core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks::PGSQL_MINIMUM_VERSION
  2. 10 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/16/pgtrgm.html

File

core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php, line 23

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\pgsql\Driver\Database\pgsql\Install

Code

const PGSQL_MINIMUM_VERSION = '16';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.