2ndQuadrant / audit-trigger

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

The logged_actions table is not updating #24

Closed wondie closed 7 years ago

wondie commented 8 years ago

I created logged_actions using the sql in this repository but nothing happens when I make insert and update to the database with both postgres user and another user that is not super user. Is there anything I am missing?

akikoskinen commented 7 years ago

Did you call the audit_table function for the tables you want to be logged?

wondie commented 7 years ago

Oh I see what I was missing. The good thing is that I will start working on it in the coming months. Thank you!