Skip to content
Snippets Groups Projects
Commit e5d7612a authored by Robin Appelman's avatar Robin Appelman
Browse files

dont check for pgsql extension during setup

parent 7ffda5d1
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,8 @@ class Setup {
'name' => 'MySQL/MariaDB'
),
'pgsql' => array(
'type' => 'function',
'call' => 'pg_connect',
'type' => 'pdo',
'call' => 'pgsql',
'name' => 'PostgreSQL'
),
'oci' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment