https://bugzilla.wikimedia.org/show_bug.cgi?id=15816
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #4 from Marcin Cieślak <[email protected]> 2012-03-09 17:36:26 UTC --- Fixed in r113487 We try to avoid touching search_path at all unless really necessary. Even in this case we append MediaWiki core schema to the front of the list. * No longer add $wgDBmwschema to PostgreSQL role search_path in the installer. This is no longer necessary as setting schema on connect should ReallyWorkNow(tm). * Get rid as much as possible of $wgDBmwschema and bring us one step closer to fix bug 16794 (wgSharedDB support). For further improvements to schema handling (bug 11136, bug 16794) we should discuss how actually we are going to find out which objects (not only tables but also constraints, keys, etc. etc.) belong to which schema. DatabasePostgres::getCoreSchema() should ideally be replaced and its callers adjusted with something that knows what should be were. Ideas how we can design this with sane configuration (extension choices should be configurable in LocalSettings.php as well!) and without breaking constraints are welcome. Closing this one, further discussion can continue in bug 16794 if needed. -- 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
