Re: Rollback in Postgres

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Rollback in Postgres
Дата
Msg-id 396486430807141306s3079bd25m2dd9f8b4f3a19232@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Rollback in Postgres  (Kaare Rasmussen <kaare@jasonic.dk>)
Ответы Re: Rollback in Postgres  (Kaare Rasmussen <kaare@jasonic.dk>)
Список 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 по дате отправления:

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Rollback in Postgres
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Rollback in Postgres