Re: pgsql: Add pg_audit, an auditing extension

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: pgsql: Add pg_audit, an auditing extension
Дата
Msg-id 20150517140032.GB30322@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: pgsql: Add pg_audit, an auditing extension  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-committers
Fujii, Michael,

* Fujii Masao (masao.fujii@gmail.com) wrote:
> pg_audit uses 1.0.0 as its version number. But, is the third digit really
> required? Why? We usually uses the version number with two digits in
> contrib modules.

[...]

> In Makefile, PGFILEDESC should be added.
>
> +# pg_audit/Makefile
>
> should be "# contrib/pg_audit/Makefile" for the consistency.
>
> The categories of some SQL commands are different between log_statement and
> pg_audit. For example, REINDEX is treated as DDL in pg_audit, but not in
> log_statement. That's confusing. We should use the same "category-mapping"
> rule as much as possible.

[...]

* Michael Paquier (michael.paquier@gmail.com) wrote:
> And on top of that the following things should be changed:
> - Removal of REGRESS_OPTS which is empty
> - Removal of MODULE, which overlaps with MODULE_big
> - $(WIN32RES) needs to be added to OBJS for Windows versioning

I've pushed these changes.

    Thanks!

        Stephen

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: pg_audit Makefile, REINDEX changes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix typos in comments