Re: Implementation of a updateable, "temporal" view on data - Mailing list pgsql-novice

From Rodrigo De León
Subject Re: Implementation of a updateable, "temporal" view on data
Date
Msg-id a55915760710170713l6692df23r2178d1536cb12d84@mail.gmail.com
Whole thread Raw
In response to Implementation of a updateable, "temporal" view on data  (Hans-Peter Oeri <hp@oeri.ch>)
List pgsql-novice
On 10/16/07, Hans-Peter Oeri <hp@oeri.ch> wrote:
> Any help or link greatly appreciated

You could have main_table + audit_table, store all main_table changes
on audit_table using triggers, thus main_table always has the
"current" data. Then create the view on top of main_table.

pgsql-novice by date:

Previous
From: Hans-Peter Oeri
Date:
Subject: Re: Implementation of a updateable, "temporal" view on data
Next
From: "Oeschey, Lars (I/EK-142, extern)"
Date:
Subject: memory error