Re: pgaudit - an auditing extension for PostgreSQL - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: pgaudit - an auditing extension for PostgreSQL
Date
Msg-id CAJKUy5h2=9nSXuMdQOvECgT1-JrUuaPzjUr0yiJBdriyP9LubA@mail.gmail.com
Whole thread Raw
In response to Re: pgaudit - an auditing extension for PostgreSQL  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
Responses Re: pgaudit - an auditing extension for PostgreSQL  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Thu, Dec 25, 2014 at 5:42 AM, Abhijit Menon-Sen <ams@2ndquadrant.com> wrote:
>
> To summarise for people who haven't followed the thread in detail, the
> idea is that you would do:
>
>     grant select on foo to audit;
>
> ...and the server would audit-log any "select ... from foo ..." queries (by
> any user).

what if i want to audit different things for different users?

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566         Cell: +593 987171157



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Moving RestoreBlockImage from xlogreader.c to xlogutils.c
Next
From: Andres Freund
Date:
Subject: Better way of dealing with pgstat wait timeout during buildfarm runs?