Re: Rollback in Postgres - Mailing list pgsql-sql

From Richard Broersma
Subject Re: Rollback in Postgres
Date
Msg-id 396486430807141347l1e744d80h6c7103f87a297315@mail.gmail.com
Whole thread Raw
In response to Re: Rollback in Postgres  (Kaare Rasmussen <kaare@jasonic.dk>)
List pgsql-sql
On Mon, Jul 14, 2008 at 1:38 PM, Kaare Rasmussen <kaare@jasonic.dk> wrote:
> Isn't this exactly what Alvaro describes? The time travel feature that was
> removed because it made Postgres too slow to use in production?

No, I imagine that time travel was built into the Postgresql
architecture and would work automatically with transaction ids and
tuple ids.

On the other hand, temporal tables/schemes are implemented by the data
modeller. Also the associated temporal operations on the data would be
handled by client DML designed to simulate temporal data operations.

-- 
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: Lewis Cunningham
Date:
Subject: Re: Rollback in Postgres