Re: absolute or relative updates

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: absolute or relative updates
Дата
Msg-id 20051117060949.GA20828@webserv.wug-glas.de
обсуждение исходный текст
Ответ на absolute or relative updates  ("pgsql-general@list.coretech.ro" <pgsql-general@list.coretech.ro>)
Список pgsql-general
am  16.11.2005, um 18:52:25 +0200 mailte pgsql-general@list.coretech.ro folgendes:
>
> I want to write a trigger that logs any changes that are made to a row. I

You ivent the wheel the second time ;-)
http://pgfoundry.org/projects/tablelog/


> have the old an new row values, but I am more interested in knowing if the
> update was absolute "UPDATE table SET col = 3" or relative "UPDATE table
> SET col = col + 2".

If you want restore a table and you have only relative log-entrys, the
you must restore all steps from start to this point.


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Wrong rows selected with view
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Does PG Support Unicode on Windows?