Re: Auditing and Postgres 7.3 - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: Auditing and Postgres 7.3
Date
Msg-id Pine.LNX.4.21.0201232359130.15773-100000@linuxworld.com.au
Whole thread Raw
In response to Re: Auditing and Postgres 7.3  (Murray Prior Hobbs <murray@efone.com>)
List 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 by date:

Previous
From: Murray Prior Hobbs
Date:
Subject: Re: Auditing and Postgres 7.3
Next
From: Dave Page
Date:
Subject: Re: Auditing and Postgres 7.3