Re: Versioning control in PostgreSQL?

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Versioning control in PostgreSQL?
Date: 2003-10-28 15:22:36
Message-ID: 20031028152235.GJ31003@libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Oct 28, 2003 at 11:43:44AM +0000, Alex Page wrote:
> introduced as a feature. Basically, for some data, I'd like to keep
> track of who changed it, when, and to what. I know I could include
> multiple values in the schema, and have a view to pull out the most

There is a timetravel module in contrib/spi. I'm pretty sure it aims
at reproducing stuff that used to be in the main code, without all
the overhead. It's a place to start, anyway.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Afilias Canada Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-10-28 15:27:46 Re: Newbie-question
Previous Message Victor Spång Arthursson 2003-10-28 15:22:13 Re: Newbie-question