Manual:$wgDBmwschema

From MediaWiki.org

Jump to: navigation, search
PostgreSQL specific: $wgDBmwschema
Mediawiki schema
Introduced in version: 1.8.0
Removed in version: still in use
Allowed Values: (string)
Default Value: 'mediawiki'

Other settings: Alphabetical | By Function


[edit] Details

Schema for mediawiki tables. Currently only used if your backend database is Postgres. This indicates what schema the main mediawiki tables live in, and is roughly equivalent to the way that $wgDBprefix is used by MySQL.

Warning: if you change this setting, you should probably create a new user (and change $wgDBuser as well), because the configuration script sets the user's default path to include the schema.