postgresql/contrib/reindexdb
Bruce Momjian 08e8c8a574 Use sed rather than perl for reindexdb. 2002-11-03 01:20:06 +00:00
..
README Rename command to reindexdb, for consistency. 2002-06-23 03:51:55 +00:00
reindexdb Use sed rather than perl for reindexdb. 2002-11-03 01:20:06 +00:00

README

                                  reindexdb

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>