[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/installer/ -> PostgresUpdater.php (summary)

PostgreSQL-specific updater. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 928 lines (40 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PostgresUpdater:: (28 methods):
  getCoreUpdateList()
  getOldGlobalUpdates()
  describeTable()
  describeIndex()
  fkeyDeltype()
  ruleDef()
  addSequence()
  renameSequence()
  renameTable()
  renameIndex()
  addPgField()
  changeField()
  changeFieldPurgeTable()
  setDefault()
  changeNullableField()
  addPgIndex()
  addPgExtIndex()
  changeFkeyDeferrable()
  convertArchive2()
  checkOiDeleted()
  checkOiNameConstraint()
  checkPageDeletedTrigger()
  dropIndex()
  checkIndex()
  checkRevUserFkey()
  checkIwlPrefix()
  addInterwikiType()
  tsearchFixes()


Class: PostgresUpdater  - X-Ref

Class for handling updates to Postgres databases.

getCoreUpdateList()   X-Ref

return: array

getOldGlobalUpdates()   X-Ref
No description

describeTable( $table )   X-Ref
No description

describeIndex( $idx )   X-Ref
No description

fkeyDeltype( $fkey )   X-Ref
No description

ruleDef( $table, $rule )   X-Ref
No description

addSequence( $table, $pkey, $ns )   X-Ref
No description

renameSequence( $old, $new )   X-Ref
No description

renameTable( $old, $new, $patch = false )   X-Ref
No description

renameIndex($table, $old, $new, $skipBothIndexExistWarning = false, $a = false, $b = false)   X-Ref
No description

addPgField( $table, $field, $type )   X-Ref
No description

changeField( $table, $field, $newtype, $default )   X-Ref
No description

changeFieldPurgeTable( $table, $field, $newtype, $default )   X-Ref
No description

setDefault( $table, $field, $default )   X-Ref
No description

changeNullableField( $table, $field, $null )   X-Ref
No description

addPgIndex( $table, $index, $type )   X-Ref
No description

addPgExtIndex( $table, $index, $type )   X-Ref
No description

changeFkeyDeferrable( $table, $field, $clause )   X-Ref
No description

convertArchive2()   X-Ref
No description

checkOiDeleted()   X-Ref
No description

checkOiNameConstraint()   X-Ref
No description

checkPageDeletedTrigger()   X-Ref
No description

dropIndex( $table, $index, $patch = '', $fullpath = false )   X-Ref
No description

checkIndex( $index, $should_be, $good_def )   X-Ref
No description

checkRevUserFkey()   X-Ref
No description

checkIwlPrefix()   X-Ref
No description

addInterwikiType()   X-Ref
No description

tsearchFixes()   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1