postgresql/contrib/reindex/README
Bruce Momjian 485fc354e1 Add reindex utility to /contrib.
Shaun Thomas                   <sthomas@townnews.com>
2002-06-21 19:34:18 +00:00

10 lines
291 B
Plaintext

reindex
Indexes are known to grow over time. Being as vacuum doesn't slow or
clean up after this growth, and there is no command to reindex all tables
in a database, it made sense to construct this utility to do it.
Shaun Thomas <sthomas@townnews.com>