Re: Auditing and Postgres 7.3

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Auditing and Postgres 7.3
Дата
Msg-id Pine.LNX.4.21.0201232359130.15773-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: Auditing and Postgres 7.3  (Murray Prior Hobbs <murray@efone.com>)
Список pgsql-hackers
Murray,

On Wed, 23 Jan 2002, Murray Prior Hobbs wrote:

> in fact. if i was to want to design a database system for "commercial" 
> use the very first thing i would start with would be the audit system
> 
> objects oriented? no, after audit
> 
> referenential integrety?, no, after audit
> 
> really - even just on a practicality basis the audit is essential
> 
> there needs to be a front end to the database - a completely new layer - 
> that layer feeds the database and no other and that layer is itself the 
> audit trail
> 
> it should be possible to run an audit trail backwards against a database 
> and undo everything back to an earlier state (assuming that this is done 
> in standalone mode)

You seem to be confusing my defition of audit (track user queries, not
the effect they have on the database) with 'transaction logging' or
'journalling'. The latter is the job of the write-ahead log already
implemented in Postgres.

Gavin




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

Предыдущее
От: Murray Prior Hobbs
Дата:
Сообщение: Re: Auditing and Postgres 7.3
Следующее
От: Dave Page
Дата:
Сообщение: Re: Auditing and Postgres 7.3