Re: PostgreSQL Audit Extension

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PostgreSQL Audit Extension
Дата
Msg-id 20160219165953.GE30338@momjian.us
обсуждение исходный текст
Ответ на Re: PostgreSQL Audit Extension  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL Audit Extension
Следующее
От: Feng Tian
Дата:
Сообщение: FDW: should GetFdwRoutine be called when drop table?