Re: table size is not changed - Mailing list pgsql-general

From Scott Marlowe
Subject Re: table size is not changed
Date
Msg-id dcc563d11002030148k6f0cb02fu190fc7d3cf6df163@mail.gmail.com
Whole thread Raw
In response to table size is not changed  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
On Wed, Feb 3, 2010 at 2:43 AM, AI Rumman <rummandba@gmail.com> wrote:
> I deleted 70000 rows from a table and then execute
> vacuum analyze <table>.
>
> But table size not yet changed.
>
> I am using Postgresql 8.1.
>
> Could anyone please tell me what the problem is?


http://www.postgresql.org/docs/8.1/static/maintenance.html#VACUUM-FOR-SPACE-RECOVERY

explains it pretty well.

pgsql-general by date:

Previous
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: table size is not changed
Next
From: Alban Hertroys
Date:
Subject: Re: Is it necessary to have index for child table in following case?