Manual:$wgExtPGAlteredFields/pl

This page is a translated version of the page Manual:$wgExtPGAlteredFields and the translation is 12% complete.
Extension fields: $wgExtPGAlteredFields
Extension defined columns to be altered in tables
Wprowadzono w wersji:1.15.0
Usunięto w wersji:1.36.0 (Gerrit change 554602; git #95649c39)
Dozwolone wartości:Patrz poniżej
Domyślna wartość:[]

Details

Used to alter the data type of a column in an existing table. Used for Postgres tables only. The final rule is optional and only needed if Postgres cannot convert the types automatically.

Usage

$wgExtPGAlteredFields[] = array( 'tablename', 'column_name', 'column_type', 'conversion_rule' );