Change record status: 
Project: 
Introduced in branch: 
11.2.x
Introduced in version: 
11.2.0
Description: 

The PostgreSQL override of the entityQuery is moved to the pgsql module. The PostgreSQL override of the entityQuery now lives in the namespace Drupal\pgsql\EntityQuery.

The 2 classes Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory and Drupal\Core\Entity\Query\Sql\pgsql\Condition are deprecated and will be removed before Drupal 12.0.0.

This is continuation of moving database drivers, and the specific code, to their own module.

Impacts: 
Module developers