Re: return data before the update - Mailing list pgsql-novice

From Andreas Kretschmer
Subject Re: return data before the update
Date
Msg-id 20100109064732.GA5725@tux
Whole thread Raw
In response to return data before the update  (Luis Silva <lfs12@hotmail.com>)
Responses Re: return data before the update  (Luis Silva <lfs12@hotmail.com>)
List pgsql-novice
Luis Silva <lfs12@hotmail.com> wrote:

> Hi all,
> Is it possible to perform an update and return the old data, i.e., the data
> updated? Do I need a store procedure?

What do you want to do with the old data? Store i a other table (like a
log-table)?

I think, you needs a TRIGGER, and the TRIGGER has to store the old
values in your log-table.

Do you know tablelog?
http://andreas.scherbaum.la/blog/archives/100-Log-Table-Changes-in-PostgreSQL-with-tablelog.html


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

pgsql-novice by date:

Previous
From: Luis Silva
Date:
Subject: return data before the update
Next
From: Luis Silva
Date:
Subject: Re: return data before the update