Обсуждение: pgsql: Remove pg_audit

Поиск
Список
Период
Сортировка

pgsql: Remove pg_audit

От
Stephen Frost
Дата:
Remove pg_audit

This removes pg_audit, per discussion:

20150528082038.GU26667@tamriel.snowman.net

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e5f1a4f1e350f1e72531d032eaa9095ba5baeb51

Modified Files
--------------
contrib/pg_audit/.gitignore            |    5 -
contrib/pg_audit/Makefile              |   21 -
contrib/pg_audit/expected/pg_audit.out | 1074 ------------------
contrib/pg_audit/pg_audit--1.0.sql     |   22 -
contrib/pg_audit/pg_audit.c            | 1855 --------------------------------
contrib/pg_audit/pg_audit.control      |    5 -
contrib/pg_audit/sql/pg_audit.sql      |  669 ------------
7 files changed, 3651 deletions(-)


Re: pgsql: Remove pg_audit

От
Heikki Linnakangas
Дата:
On 05/28/2015 07:41 PM, Stephen Frost wrote:
> Remove pg_audit
>
> This removes pg_audit, per discussion:
>
> 20150528082038.GU26667@tamriel.snowman.net
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/e5f1a4f1e350f1e72531d032eaa9095ba5baeb51
>
> Modified Files
> --------------
> contrib/pg_audit/.gitignore            |    5 -
> contrib/pg_audit/Makefile              |   21 -
> contrib/pg_audit/expected/pg_audit.out | 1074 ------------------
> contrib/pg_audit/pg_audit--1.0.sql     |   22 -
> contrib/pg_audit/pg_audit.c            | 1855 --------------------------------
> contrib/pg_audit/pg_audit.control      |    5 -
> contrib/pg_audit/sql/pg_audit.sql      |  669 ------------
> 7 files changed, 3651 deletions(-)

forgot contrib/Makefile and docs...

- Heikki


Re: pgsql: Remove pg_audit

От
Stephen Frost
Дата:
* Heikki Linnakangas (hlinnaka@iki.fi) wrote:
> On 05/28/2015 07:41 PM, Stephen Frost wrote:
> >Remove pg_audit
> >
> >This removes pg_audit, per discussion:
> >
> >20150528082038.GU26667@tamriel.snowman.net
> >
> >Branch
> >------
> >master
> >
> >Details
> >-------
> >http://git.postgresql.org/pg/commitdiff/e5f1a4f1e350f1e72531d032eaa9095ba5baeb51
> >
> >Modified Files
> >--------------
> >contrib/pg_audit/.gitignore            |    5 -
> >contrib/pg_audit/Makefile              |   21 -
> >contrib/pg_audit/expected/pg_audit.out | 1074 ------------------
> >contrib/pg_audit/pg_audit--1.0.sql     |   22 -
> >contrib/pg_audit/pg_audit.c            | 1855 --------------------------------
> >contrib/pg_audit/pg_audit.control      |    5 -
> >contrib/pg_audit/sql/pg_audit.sql      |  669 ------------
> >7 files changed, 3651 deletions(-)
>
> forgot contrib/Makefile and docs...

Good grief.  My grep for pg_audit stuff started off in the wrong dir and
so I didn't realize it.  Apologies.

    Thanks,

        Stephen

Вложения