From 458a16369d1f67f2c92e196f7520aa1097c8b680 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 21 Jul 2008 16:58:06 +0000 Subject: [PATCH] Clarify Postgres text indexing process. --- maintenance/rebuildtextindex.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1