Re: Diskspace - Mailing list pgsql-general

From Tom Lane
Subject Re: Diskspace
Date
Msg-id 27476.1103572420@sss.pgh.pa.us
Whole thread Raw
In response to Re: Diskspace  (Jeff MacDonald <bignose@gmail.com>)
List pgsql-general
Jeff MacDonald <bignose@gmail.com> 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

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Diskspace
Next
From: Tom Lane
Date:
Subject: Re: Short circuit operations in plpgsql?