New version attached. The following is implemented:

Bruce Momjian <bruce@momjian.us>

Commit: 8bc717cb8878ff2baee4e29553736fab57248436
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-11-15T03:09:39Z
Releases: 7.4.1
New version attached.  The following is implemented:

- CLUSTER ALL clusters all the tables that have some index with
  indisclustered set and the calling user owns.
- CLUSTER tablename clusters the named table, using the index with
  indisclustered set.  If no index has the bit set, throws elog(ERROR).
- The multi-relation version (CLUSTER ALL) uses a multitransaction
  approach, similar to what VACUUM does.

Alvaro Herrera

Files