dont check for pgsql extension during setup

This commit is contained in:
Robin Appelman 2016-07-12 14:37:03 +02:00
parent 7ffda5d10f
commit e5d7612a19
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ class Setup {
'name' => 'MySQL/MariaDB'
),
'pgsql' => array(
'type' => 'function',
'call' => 'pg_connect',
'type' => 'pdo',
'call' => 'pgsql',
'name' => 'PostgreSQL'
),
'oci' => array(