Re: Question about pgaudit and the logfile

Luca Ferrari <[email protected]> Thu, 17 Oct 2019 15:06:09 +0200
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <CAKoxK+6me6cj=ae_Jd+0ABGgFEP63gkX1=tcpxiurm09vU9_rg@mail.gmail.com>
On Thu, Oct 17, 2019 at 1:40 PM Luca Ferrari <[email protected]> wrote:
> Of course, it is possible to plug in self-made solutions:
> - file fdw to read log files (and import into tables)
> - mixture of unix tools to dump AUDIT log entries to a separate log file.


Seems someone already thought about:
<https://github.com/cmwshang/pgaudit_analyze>.

Luca