diff options
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,7 @@ -z PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon May 28 19:56:23 EDT 2007 +Last updated: Wed May 30 15:07:10 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1169,8 +1168,8 @@ Vacuum For large table adjustments during VACUUM FULL, it is faster to cluster or reindex rather than update the index. Also, index updates can bloat the index. - http://archives.postgresql.org/pgsql-hackers/2007-03/msg00024.php + http://archives.postgresql.org/pgsql-performance/2007-05/msg00296.php * Reduce lock time during VACUUM FULL by moving tuples with read lock, then write lock and truncate table |