Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -278,7 +278,6 @@ |
279 | 279 | |
280 | 280 | $db = $this->getVar( 'wgDBname' ); |
281 | 281 | $schema = $this->getVar( 'wgDBmwschema' ); |
282 | | - $this->db->selectDB( $db ); |
283 | 282 | $safeuser = $this->db->addIdentifierQuotes( $this->getVar( 'wgDBuser' ) ); |
284 | 283 | $safeusercheck = $this->db->addQuotes( $this->getVar( 'wgDBuser' ) ); |
285 | 284 | $safepass = $this->db->addQuotes( $this->getVar( 'wgDBpassword' ) ); |