User "Luker88" posted a comment on MediaWiki.r89393.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89393#c20055
Commit summary:
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
Comment:
actually the problem was that tableName() now can output things like
"$database"."$schema"."$tablename", instead of only $tablename, without quotes.
update.php however works with $tablename only, without even quotes...
fixed it here: https://bugzilla.wikimedia.org/show_bug.cgi?id=16794
more testing or ideas on how to solve the problem better are appreciated :)
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview