From a0361c46e69997df8f020eb5ef6807c41e49c453 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 23 Jun 2002 03:51:55 +0000 Subject: Rename command to reindexdb, for consistency. --- doc/src/sgml/maintenance.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index c0855c0fe16..9793cd93503 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,5 +1,5 @@ @@ -393,7 +393,7 @@ VACUUM As a solution, you can use the REINDEX command periodically to discard pages used by deleted rows. There is also - contrib/reindex which can reindex an entire database. + contrib/reindexdb which can reindex an entire database. -- cgit v1.2.3