/audit-trigger

Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.

Primary LanguagePLpgSQLOtherNOASSERTION

Audit trigger for postgres. Fork from this repo including a bunch of changes:

  • converted from hstore to jsonb
  • Add a function to stop auditing a table.
  • Added option to not track insert statements.
  • remove unused variables
  • add pk to the table schema