Re: Question about pgaudit and the logfile

Luca Ferrari <[email protected]> Thu, 17 Oct 2019 13:40:13 +0200
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <CAKoxK+6zoGD4JX9e8EWBpLO+WZHW2q6X_pzHDCvW1qh_p23Rog@mail.gmail.com>
On Thu, Oct 17, 2019 at 12:24 PM M Jane <[email protected]> wrote:
>
> Hi Luca,
> Thanks for your answer. That's too bad. I was hoping for a solution.

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.

Luca