Re: pgaudit - an auditing extension for PostgreSQL

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, MauMau <maumau307(at)gmail(dot)com>, Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Ian Barwick <ian(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgaudit - an auditing extension for PostgreSQL
Date: 2014-12-25 17:09:17
Message-ID: CAJKUy5h2=9nSXuMdQOvECgT1-JrUuaPzjUr0yiJBdriyP9LubA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 25, 2014 at 5:42 AM, Abhijit Menon-Sen <ams(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-12-25 19:13:08 Better way of dealing with pgstat wait timeout during buildfarm runs?
Previous Message Andres Freund 2014-12-25 16:49:00 pgsql: Convert the PGPROC->lwWaitLink list into a dlist instead of open