Manual:$wgDBts2schema
Appearance
This feature was removed completely in version 1.18.0. |
| PostgreSQL-specific: $wgDBts2schema | |
|---|---|
| Tsearch2 schema for Postgres |
|
| Introduced in version: | 1.8.0 |
| Removed in version: | 1.18.0 |
| Allowed values: | (string) |
| Default value: | 'public' |
| Other settings: Alphabetical | By function | |
Details
[edit]Schema for tsearch2 tables. Only used if you use Postgres as your database, this indicates in what schema the tsearch2 tables are located. Tsearch2 is used to implement full-text searching within MediaWiki. It is very unlikely that anything other than the default value of 'public' will ever need to be used.