Alvaro Herrera <[EMAIL PROTECTED]> writes: > Note that while reordering, CLUSTER also gets rid of dead tuples, so if > you cluster you don't need to vacuum.
Just for the record, that behavior is seriously broken: it violates MVCC if any of the deleted tuples are still visible to anyone else. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org