Postgres updater stuff, needs review
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Nov 2010 16:06:16 +0000 (16:06 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Nov 2010 16:06:16 +0000 (16:06 +0000)
commitc7f9eaf626f20ff3b667eda8766105d9f4c42a22
treed715b888ca2eb49c97f9b0c7d7be52800aa0da5e
parent9f867044f2a76a5694114f3f327596349d97c602
Postgres updater stuff, needs review
* Move setup_database() from DatabasePostgres to PostgresInstaller
** Add install step after interwiki for the COMMIT
** Put the table creation test (should we abstract this?) in setupDatabase()
** The leftover stuff in initial_setup() also belongs in setupDatabase(), I think?
includes/db/DatabasePostgres.php
includes/installer/DatabaseInstaller.php
includes/installer/Installer.i18n.php
includes/installer/PostgresInstaller.php