Manual:$wgExtNewIndexes/de-formal
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.36.0</tvar>.</translate> |
<translate> Extension fields</translate>: $wgExtNewIndexes | |
---|---|
Extension defined indexes to be added to existing tables |
|
<translate> Introduced in version:</translate> | 1.11.0 (r23759) |
<translate> Removed in version:</translate> | 1.36.0 (Gerrit change 554602; git #95649c39) |
<translate> Allowed values:</translate> | (see below) |
<translate> Default value:</translate> | [] |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Used to add indexes to existing tables. For PostgreSQL, you can add the index clause instead of a filename.
Usage
$wgExtNewIndexes[] = array( 'tablename', 'indexname', 'schema_file.sql' );
## Postgres only:
$wgExtNewIndexes[] = array( 'tablename', 'indexname', '(columns)' );