If it were an ordinary table, I'd CLUSTER it, as from experience it would be
vastly quicker than a VACUUM FULL. But CLUSTER responds with:
ERROR: "pg_attribute" is a system catalog
Is VACUUM FULL my only option to compact the table?
Julian Scarfe
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majo...@postgresql.org)
Yes. You can't cluster system tables. In theory we could do it (for
some of them) in standalone mode, but we don't support it ATM.
--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
Management by consensus: I have decided; you concede.
(Leonard Liu)
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majo...@postgresql.org