Re: unlimited undo/journaling

Поиск
Список
Период
Сортировка
От Carl Meyer
Тема Re: unlimited undo/journaling
Дата
Msg-id j3akhu8uu7u1jpbg6mk0vg3cgq1miho4fe@4ax.com
обсуждение исходный текст
Ответ на Re: unlimited undo/journaling  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
On Wed, 26 Jun 2002 19:59:47 +0000 (UTC), dev@archonet.com (Richard
Huxton) wrote:

>Perhaps the simplest system is to have two tables: address and arc_address.=
>Use "before" triggers on address to copy the old data into arc_address and=
>stamp it with a version number/timestamp.
>
>I've done something similar to this using a sequence to generate unique=20
>version numbers for me.

this looks mostly like what i need. however, i really don't like the
idea to store the whole data over and over again. i'd rather want a
"reverse diff": store the data in it's current form and be able to
roll back from there. i fear this can't be done easily.

the temporal sql looks brilliant. this is exactly what i need :-) is
there any other (maybe non free) database which supports this ?

greetings
carl


В списке pgsql-general по дате отправления:

Предыдущее
От: Jean-Michel Chabanne
Дата:
Сообщение: Error message : Server sent data ("D" message) ....
Следующее
От: Laurent Duperval
Дата:
Сообщение: How should I do this?