Re: return data before the update

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: return data before the update
Дата
Msg-id 20100109064732.GA5725@tux
обсуждение исходный текст
Ответ на return data before the update  (Luis Silva <lfs12@hotmail.com>)
Ответы Re: return data before the update
Список 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 по дате отправления:

Предыдущее
От: Luis Silva
Дата:
Сообщение: return data before the update
Следующее
От: Luis Silva
Дата:
Сообщение: Re: return data before the update