Re: DB Audit - Mailing list pgsql-general

From Albe Laurenz
Subject Re: DB Audit
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17C7E142@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to DB Audit  (misspaola@tiscali.it)
List pgsql-general
misspaola@tiscali.it wrote:
> I am using sybase ase as dbms and I would migrate to postgresql, but the absence of a built in DB
> audit functionality is a show stopper for me.
> 
> So I would know if there is a way to get information about DB events like:
> 
> server boots
> 
> login & logout
> 
> table access.
> 
> attempt to access particular objects
> 
> particular user’s actions.

You can use the server log file to record all these events.

You won't be able to define logging for only certain tables,
but it is possible to discriminate based on database or
logged on user.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: add parameter to existing function
Next
From: Merlin Moncure
Date:
Subject: Re: Return setof values from C-function