diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2008-08-15 01:29:47 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2008-08-15 01:29:47 +0200 |
commit | 370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch) | |
tree | 491674f4c242e4d6ba0d04eafa305174c35a3391 /maintenance/rebuildtextindex.php | |
parent | f4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff) |
Update auf 1.13.0
Diffstat (limited to 'maintenance/rebuildtextindex.php')
-rw-r--r-- | maintenance/rebuildtextindex.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/maintenance/rebuildtextindex.php b/maintenance/rebuildtextindex.php index 47d297a9..73dca87f 100644 --- a/maintenance/rebuildtextindex.php +++ b/maintenance/rebuildtextindex.php @@ -3,11 +3,12 @@ * 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 - * @addtogroup Maintenance + * @ingroup Maintenance */ /** */ |