From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Ian Barwick <ian(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pgaudit - an auditing extension for PostgreSQL |
Date: | 2014-06-25 13:50:48 |
Message-ID: | 20140625135048.GC7340@eldon.alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Stephen Frost wrote:
> Abhijit,
>
> * Abhijit Menon-Sen (ams(at)2ndquadrant(dot)com) wrote:
> > At 2014-06-24 14:02:11 -0400, sfrost(at)snowman(dot)net wrote:
> > >
> > > Will you (collectively) be working in this direction for 9.5?
> >
> > We have some time available to work on it, but not so much that I want
> > to write any more code without a clearer idea of what might be accepted
> > eventually for inclusion.
>
> You and me both... (see nearby discussion regarding the redesign of
> RLS..). For my part, the nexts steps might be to consider how you'd
> migrate what you've provided for configuration into catalog tables and
> how we'd address the concerns raised elsewhere regarding catalog access
> in cases where we're not in a transaction (or at least addressing those
> areas and working out what the logging would do in those situations..).
I think the whole idea of storing audit info in catalogs should go away
entirely. There are, it seems to me, too many problems with that.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Abhijit Menon-Sen | 2014-06-25 13:55:06 | Re: pgaudit - an auditing extension for PostgreSQL |
Previous Message | Amit Kapila | 2014-06-25 13:36:32 | Re: Wait free LW_SHARED acquisition - v0.2 |