Re: DB Audit

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: DB Audit
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17C7E142@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на DB Audit  (misspaola@tiscali.it)
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: add parameter to existing function
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Return setof values from C-function