Re: deleting records from a table - Mailing list pgsql-sql

From Scott Marlowe
Subject Re: deleting records from a table
Date
Msg-id 1168624891.20602.693.camel@state.g2switchworks.com
Whole thread Raw
In response to deleting records from a table  (Mario Behring <mariobehring@yahoo.com>)
List pgsql-sql
On Fri, 2007-01-12 at 11:45, Mario Behring wrote:
> Hi all,
> 
> Simple question: once I execute the delete statement, does it free
> disk space immediatelly? Does Postgres uses something like a datafile
> with a pre-defined size like Oracle does??
> 
Take a look here:

http://www.postgresql.org/docs/8.2/static/routine-vacuuming.html
http://www.postgresql.org/docs/8.2/static/mvcc-intro.html

That should explain the basics of mvcc and vacuuming as applies to
pgsql.


pgsql-sql by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: deleting records from a table
Next
From: Andrew Sullivan
Date:
Subject: Re: deleting records from a table