Auditing a database

Поиск
Список
Период
Сортировка
От Germán Hüttemann Arza
Тема Auditing a database
Дата
Msg-id 200704190839.54825.ghuttemann@cnc.una.py
обсуждение исходный текст
Список pgsql-general
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?

I was first inserting the new one but a job partner, who are testing the
application suggested that probably would be better to insert the old record
because it is simpler to follow the trace of updates.

What you suggest?

Regards,

--
Germán Hüttemann Arza
CNC - Centro Nacional de Computación
UNA - Universidad Nacional de Asunción
Campus Universitario, San Lorenzo - Paraguay
http://www.cnc.una.py  - Tel.: 595 21 585550

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

Предыдущее
От: "Raymond Hurst"
Дата:
Сообщение: Can Postgresql be ported to a device with no OS and simple file I/O and memory management?
Следующее
От: Kev
Дата:
Сообщение: Re: Incremental backups