Skip to content
Snippets Groups Projects
Commit 45482bd8 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: remove the default pgsql database name

parent b9d9f3b5
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ class DoliDBPgsql
$name = str_replace(array("\\", "'"), array("\\\\", "\\'"), $name);
$port = str_replace(array("\\", "'"), array("\\\\", "\\'"), $port);
if (! $name) $name="postgres";
//if (! $name) $name="postgres";
// try first Unix domain socket (local)
if (! $host || $host == "" || $host == "localhost")
......
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