Re: Rollback in Postgres - Mailing list pgsql-sql

From Richard Broersma
Subject Re: Rollback in Postgres
Date
Msg-id 396486430807141306s3079bd25m2dd9f8b4f3a19232@mail.gmail.com
Whole thread Raw
In response to Re: Rollback in Postgres  (Kaare Rasmussen <kaare@jasonic.dk>)
Responses Re: Rollback in Postgres  (Kaare Rasmussen <kaare@jasonic.dk>)
List pgsql-sql
On Mon, Jul 14, 2008 at 12:59 PM, Kaare Rasmussen <kaare@jasonic.dk> wrote:
> I also think there could be a TODO item in it. If vacuum instead of removing
> items, somehow stashed them away in a storage limited archive it would be
> possible to do a SELECT...AS OF TIMESTAMP.

This sounds a lot like the functionality that a temporal data model
would give you.  In this model you never delete tuples from your
database, your only insert and update tuples that are valid for
specific periods of time.

If you want to contribute development time, I would check out
postgresql's temporal db project on PGfoundry.  This project is just
getting started and could benefit from a lot of development help.


-- 
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug


pgsql-sql by date:

Previous
From: Kaare Rasmussen
Date:
Subject: Re: Rollback in Postgres
Next
From: Alvaro Herrera
Date:
Subject: Re: Rollback in Postgres