'PostgreSQLDatabase', 'module' => 'postgresql', 'title' => 'PostgreSQL 8.3+ (using pg_connect)', 'helperPath' => __DIR__.'/code/PostgreSQLDatabaseConfigurationHelper.php', 'helperClass' => PostgreSQLDatabaseConfigurationHelper::class, 'supported' => function_exists('pg_connect'), 'missingExtensionText' => 'The pgsql PHP extension is not available. Please install or enable it and refresh this page.' ));