On Fri, Aug 22, 2003 at 12:09:00PM -0700, Vikram D. Gaitonde wrote: > One action we have consiously not done is "REINDEX" on the > table. We want to avoid that as far as possible.
I'm afraid that's the problem, though. The code cannot recover freed btree pages which can't be recycled for others to use. There is no choice but to reindex certain indexes. You can use pgstattuple and oid2name to get some idea of what is taking all the space, and thereby be selective. A -- ---- Andrew Sullivan 204-4141 Yonge Street Liberty RMS Toronto, Ontario Canada <[EMAIL PROTECTED]> M2P 2A8 +1 416 646 3304 x110 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])