2ndQuadrant / audit-trigger

Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
Other
657 stars 241 forks source link

How do I use to audit tables in different schemas ? #17

Open OsvaldoTCF opened 8 years ago

OsvaldoTCF commented 8 years ago

How do I use to audit tables in different schemas ? Our database has 4 different schemes.

Ex: scfinadmhppq.client

mikijov commented 8 years ago

I had the similar problem and made this change. Can you please try it and tell me if this solves your problem. Pull request: https://github.com/2ndQuadrant/audit-trigger/pull/20

shalomabitan commented 8 years ago

has this issue been resolved? I have a schema I got to audit other than "public". any help would be much appreciated.

shalomabitan commented 8 years ago

@mikijov: just checked your solution and it seems to be working +1

OsvaldoTCF commented 8 years ago

Thank you very much. It worked!

hlascelles commented 5 years ago

This looks like it can be closed @ringerc.