Make REINDEX DATABASE do what one would expect, namely reindex all indexes

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4cc7a93d220644ae068ce2639b961db6764a68f6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-22T21:14:31Z
Releases: 8.1.0
Make REINDEX DATABASE do what one would expect, namely reindex all indexes
in the database.  The old behavior (reindex system catalogs only) is now
available as REINDEX SYSTEM.  I did not add the complementary REINDEX USER
case since there did not seem to be consensus for this, but it would be
trivial to add later.  Per recent discussions.

Files