Re: Tuple changes from relfilenodes - Mailing list pgsql-admin

From Craig James
Subject Re: Tuple changes from relfilenodes
Date
Msg-id 4C77F571.40505@emolecules.com
Whole thread Raw
In response to Re: Tuple changes from relfilenodes  (Lukasz Brodziak <lukasz.brodziak@hotmail.com>)
List pgsql-admin
On 8/27/10 10:09 AM, Lukasz Brodziak wrote:
> What do You mean by history table? Creating such table is out of the question.

You asked for "actual versions of row data" and a "data change history."  How can you expect to get a history without
thehistory being stored somewhere?  The previous answers to your question already said that the old versions of data
canbe erased almost immediately, so if you really need the history, you have to do it yourself. 

Why is that out of the question?  Perhaps a more detailed explanation of what you are trying to achieve would help.

Craig

>
>  > Date: Fri, 27 Aug 2010 10:04:39 -0700
>  > From: craig_james@emolecules.com
>  > To:
>  > Subject: Re: [ADMIN] Tuple changes from relfilenodes
>  >
>  > On 8/27/10 9:48 AM, ?ukasz Brodziak wrote:
>  > > I'm looking for actual versions of row data. What I want to achieve as a final result is a kind of data change
history.
>  >
>  > What about a before-update trigger and an history table?
>  >
>  > Craig


pgsql-admin by date:

Previous
From: Łukasz Brodziak
Date:
Subject: Re: Tuple changes from relfilenodes
Next
From: "Kevin Grittner"
Date:
Subject: Re: Tuple changes from relfilenodes