Hi.
I am trying pgaudit (refactored branch).
In the setting of pgaudit (refactored), there is no user filtering function, but we think that it is better to add it assuming the following case.
For example, it is considered that there is a case where only the operation of the privileged user (eg "postgres") is audited and the application user's operation is not audited.
In pgaudit (advanced branch), filtering by "user" was possible.
Even "refactored branch", please implement filtering of "user".