diff -u b/core/modules/pgsql/src/Driver/Database/pgsql/Connection.php b/core/modules/pgsql/src/Driver/Database/pgsql/Connection.php --- b/core/modules/pgsql/src/Driver/Database/pgsql/Connection.php +++ b/core/modules/pgsql/src/Driver/Database/pgsql/Connection.php @@ -318,7 +318,7 @@ // The fully qualified table name in PostgreSQL is in the form of // ... - return $options['database'] . '.' . $schema . '.' . $this->getPrefix() . $table;; + return $options['database'] . '.' . $schema . '.' . $this->getPrefix() . $table; } /**