You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/reindexdb
Tom Lane bf45bff004 Repair quoting sloppiness, lack of schema awareness in reindexdb. 22 years ago
..
README Rename command to reindexdb, for consistency. 23 years ago
reindexdb Repair quoting sloppiness, lack of schema awareness in reindexdb. 22 years ago

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>