Doctrine\DBAL\Platforms\PostgreSqlPlatform::supportsPartialIndexes PHP Method

supportsPartialIndexes() public method

    public function supportsPartialIndexes()
    {
        return true;
    }
PostgreSqlPlatform