https://bugzilla.wikimedia.org/show_bug.cgi?id=16794
Greg Sabino Mullane <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Greg Sabino Mullane <[email protected]> 2009-02-06 15:18:36 UTC --- I don't have time to dig into this much, but if it's just the user table being shared, couldn't you simply change the line in DatabasePostgres.php to something like this: if ($wgSharedDB) { return "$wgSharedDB.mwuser"; } return 'mwuser'; You'd also have to ensure that the FKs are in the right place too, of course, which means modifying tables.sql slightly for a new install, or recreating the FK constraints on an existing database. Hmm...all in all, sounds like some search_path munging might be easier overall. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
