From 39e7d019d85d93fc6f5a079797cb60b3434c9743 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 4 Feb 2011 20:52:55 +0000 Subject: [PATCH] Rm selectDB from Postgres, doesn't do anything --- includes/installer/PostgresInstaller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 9efd0f4e10..5662d0795e 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -278,7 +278,6 @@ class PostgresInstaller extends DatabaseInstaller { $db = $this->getVar( 'wgDBname' ); $schema = $this->getVar( 'wgDBmwschema' ); - $this->db->selectDB( $db ); $safeuser = $this->db->addIdentifierQuotes( $this->getVar( 'wgDBuser' ) ); $safeusercheck = $this->db->addQuotes( $this->getVar( 'wgDBuser' ) ); $safepass = $this->db->addQuotes( $this->getVar( 'wgDBpassword' ) ); -- 2.20.1