Re: Auditing a database

Поиск
Список
Период
Сортировка
От Kenneth Downs
Тема Re: Auditing a database
Дата
Msg-id 46276E45.2080308@secdat.com
обсуждение исходный текст
Ответ на Auditing a database  (Germán Hüttemann Arza <ghuttemann@gmail.com>)
Ответы Re: Auditing a database
Список pgsql-general
Ask the question: can I make sure I always have a complete trail?  If
you insert the old row, you will always have the old values and the
table itself holds the new values.

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?
>
> 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,
>
>


--
Kenneth Downs
Secure Data Software, Inc.
www.secdat.com    www.andromeda-project.org
631-379-7200   Fax: 631-689-0527


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Auditing a database
Следующее
От: "Peter Neu"
Дата:
Сообщение: Need help with db script, and daily routines