Re: unlimited undo/journaling - Mailing list pgsql-general

From Arnaud Le Taillanter
Subject Re: unlimited undo/journaling
Date
Msg-id 1025112854.9929.802.camel@alt.fr.clara.net
Whole thread Raw
In response to unlimited undo/journaling  (Carl Meyer <mrbz@gmx.net>)
Responses Re: unlimited undo/journaling  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
On Wed, 2002-06-26 at 07:43, Carl Meyer wrote:

> hello,
>
> i wondered how an unlimited undo feature would be realized in
> postgresql.
>

I think Temporal SQL, which is perhaps a standard now, offers this
functionnality. Basically, it would allow you to create a table with
"transaction time" support and every modification would be stored
automatically with your data.
To get an idea of how simple it would be then to retrieve your data as
stored at a particular date, see the introduction to the (draft?) TSQL
standard :
ftp://ftp.cs.arizona.edu/tsql/tsql2/sql3/ansi-94-276.pdf

I think that the PostgreSQL developpers are very busy, so I wouldn't
expect this feature soon :-) Anyway, you have a dream now :-)

Cheers,

--
Arnaud Le Taillanter - alt@fr.clara.net
Claranet Système/Réseau





pgsql-general by date:

Previous
From: "Steve Wolfe"
Date:
Subject: Re: How to run multi-processor question
Next
From: Andrew Sullivan
Date:
Subject: Re: How to run multi-processor question