Re: PostgreSQL Audit Extension - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: PostgreSQL Audit Extension
Date
Msg-id 20160219165953.GE30338@momjian.us
Whole thread Raw
In response to Re: PostgreSQL Audit Extension  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Fri, Feb 19, 2016 at 08:20:31AM -0800, Andres Freund wrote:
> On 2016-02-19 10:14:47 -0500, Bruce Momjian wrote:
> > We have already hesitated to record DDL changes for
> > logical replication because of the code size, maintenance overhead, and
> > testing required.
> 
> I'm not sure what you're referring to here? It'd be some relatively
> minor code surgery to also pass catalog changes to output plugins. It's
> just questionable what'd that bring to the table.

The complaint we got about recording DDL changes for logical replication
was the requirement to track every new DDL option we add.  If that
overhead can be done for both logical replication and auditing, it is a
win.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription                             +



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL Audit Extension
Next
From: Feng Tian
Date:
Subject: FDW: should GetFdwRoutine be called when drop table?