Re: Auditing a database

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Auditing a database
Дата
Msg-id 46276DCC.6070408@archonet.com
обсуждение исходный текст
Ответ на Auditing a database  (Germán Hüttemann Arza <ghuttemann@gmail.com>)
Список pgsql-general
Germán Hüttemann Arza wrote:
> Hi,
>
> I am developing a web application for auditing tables from a postgresql
> database.
>
> My question is: when an update occurrs in the base table, should I insert in
> the auditing table the new record or the old one?

Old - you already have the new version in the main table.

Before you spend too long working on this though, I'd search for "audit"
on www.pgfoundry.org


--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Germán Hüttemann Arza
Дата:
Сообщение: Auditing a database
Следующее
От: Kenneth Downs
Дата:
Сообщение: Re: Auditing a database