Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -327,10 +327,8 @@ |
328 | 328 | return $status; |
329 | 329 | } |
330 | 330 | |
331 | | - $this->db->setFlag( DBO_DDLMODE ); // For Oracle's handling of schema files |
332 | 331 | $this->db->begin( __METHOD__ ); |
333 | 332 | |
334 | | - |
335 | 333 | if( !$this->db->schemaExists( $schema ) ) { |
336 | 334 | $status->error( 'config-install-pg-schema-not-exist' ); |
337 | 335 | return $status; |