From: Greg Sabino Mullane Date: Mon, 21 Jul 2008 16:58:06 +0000 (+0000) Subject: Clarify Postgres text indexing process. X-Git-Tag: 1.31.0-rc.0~46430 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=458a16369d1f67f2c92e196f7520aa1097c8b680;p=lhc%2Fweb%2Fwiklou.git Clarify Postgres text indexing process. --- diff --git a/maintenance/rebuildtextindex.php b/maintenance/rebuildtextindex.php index 7e2e3d2795..73dca87f9f 100644 --- a/maintenance/rebuildtextindex.php +++ b/maintenance/rebuildtextindex.php @@ -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