Clarify Postgres text indexing process.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 21 Jul 2008 16:58:06 +0000 (16:58 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 21 Jul 2008 16:58:06 +0000 (16:58 +0000)
maintenance/rebuildtextindex.php

index 7e2e3d2..73dca87 100644 (file)
@@ -3,8 +3,8 @@
  * Rebuild search index table from scratch.  This takes several
  * hours, depending on the database size and server configuration.
  *
- * This is only for MySQL (see bug 9905). For postgres we can probably
- * use SearchPostgres::update($pageid);
+ * This is only for MySQL (see bug 9905).
+ * Postgres is trigger-based and should never need rebuilding.
  *
  * @file
  * @todo document