Jeff MacDonald <[EMAIL PROTECTED]> writes: > well, i did a "delete from email_log" and then a vacuum and the files > are still lingering around...
TRUNCATE would be better. A VACUUM FULL would shrink the tables all right, but probably not do much for the indexes. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html