Apply a patch adapted from the one on Bug #16794
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 3 Jun 2011 04:10:33 +0000 (04:10 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 3 Jun 2011 04:10:33 +0000 (04:10 +0000)
commit1fb4ff1dd88935d1a9d9cadade79ab864346c8a1
tree888e9a0261fc046bd23baa90b3d348c0e9fa4214
parent7830a165d42d0d719b158ef0beb88e07255d4a17
Apply a patch adapted from the one on Bug #16794

    This patch should allow you to use the $wgSharedDB [with Postgres]
    normally, as you would with mysql. Basically this patch creates a
    second connection with the shared database and when a query is
    made, we check on which connection we should send it.

Patch from Luca Fulchir
CREDITS
includes/db/DatabasePostgres.php