PostgreSQL-For-Wordpress / postgresql-for-wordpress

A maintained fork of https://wordpress.org/plugins/postgresql-for-wordpress/
GNU General Public License v2.0
209 stars 68 forks source link

$dbname is not used in driver_pgsql.php #87

Closed waffleboot closed 7 months ago

waffleboot commented 7 months ago

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

mattbucci commented 7 months ago

Duplicate of https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress/issues/74 so it closes that one too