Browse Source

dont check for pgsql extension during setup

pull/381/head
Robin Appelman 10 years ago
parent
commit
e5d7612a19
  1. 4
      lib/private/Setup.php

4
lib/private/Setup.php

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

Loading…
Cancel
Save