absolute or relative updates

Поиск
Список
Период
Сортировка
От pgsql-general@list.coretech.ro
Тема absolute or relative updates
Дата
Msg-id 437B63C9.4090801@list.coretech.ro
обсуждение исходный текст
Ответы Re: absolute or relative updates  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
I want to write a trigger that logs any changes that are made to a row.
I 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".
Is the a way (any way) to access this type of information ? In any
language available (C, PLPGSQL, etc.)

Thanks
Razvan Radu



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

Предыдущее
От: "Guy Rouillier"
Дата:
Сообщение: Re: PREPARE TRANSACTION and webapps
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Cursors or Offset, Limit?