> Because VACUUM FULL needs to move stuff around in the table which means it > need to mess around with the indexes (adding new entries). Ordinary > VACUUM only needs to delete stuff so doesn't cause anywhere near as > many problems. so.... in the event that I really end up running VACUUM FULL once in a while, it seems to me it is a good idea to run REINDEX. Is this correct ? thx joao > > Have a nice day,