Manual:$wgExtNewIndexes

This page is a translated version of the page Manual:$wgExtNewIndexes and the translation is 89% complete.
拡張機能のフィールド: $wgExtNewIndexes
拡張機能が定義した、既存のテーブルに追加するインデックス
導入されたバージョン:1.11.0 (r23759)
除去されたバージョン:1.36.0 (Gerrit change 554602; git #95649c39)
許容される値:(下記参照)
既定値:[]

詳細

既存のテーブルにインデックスを追加するために使用します。 For PostgreSQL, you can add the index clause instead of a filename.

使用法

$wgExtNewIndexes[] = array( 'tablename', 'indexname', 'schema_file.sql' );

## Postgres のみ:
$wgExtNewIndexes[] = array( 'tablename', 'indexname', '(columns)' );

関連項目