Hi, it looks it's an error
driver_pgsql.php @ 103
$dbname = defined('DB_NAME') && DB_NAME ? DB_NAME : $database;
$pg_connstr = $GLOBALS['pg4wp_connstr'] . ' dbname=' . $database;
$dbname is not used and $pg_connstr is constructed with $database instead of $dbname