Tim Larson wrote:
Hello list,
I've been trying to find out how to set up a shared user table using Postgres. The references to $wgSharedDB and $wgSharedPrefix that I've found seem specific to a MySQL solution. Any pointers would be greatly appreciated.
Thanks, Tim
Postgres doesn't support multi-db queries. So you could use $wgSharedDB only if all the wikis were on the same db. What you can do is to use an AuthPlugin authenticating against a master mediawiki install http://www.mediawiki.org/wiki/AuthPlugin