audit-trigger icon indicating copy to clipboard operation
audit-trigger copied to clipboard

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

Results 18 audit-trigger issues
Sort by recently updated
recently updated
newest added

change 3 occurrences of CREATE INDEX to CREATE INDEX IF NOT EXISTS so audit.sql can be rerun without error. (Amended file attached if it is acceptable) [audit.zip](https://github.com/2ndQuadrant/audit-trigger/files/6906049/audit.zip)

This has the option to not trigger the audit on inserts. Should be backwards compatible, although I must admit I did not test that as I don't have a setup...

Hi, I think it would be really useful to include a simple view that shows the tables for which auditing is enabled, as otherwise the only way of knowing is...

A helper function to stop auditing a table.

- Removed hstore dependency; - Using jsonb builtin type; - Postgres 10+.

On you [documentation](https://wiki.postgresql.org/wiki/Audit_trigger_91plus) page you say: >>>

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

Statement only trigger not consistent with ORMs ! I would like to highlight that using statement only mode does not produces whole SQL when using with ORMs. The statement only...

another bonus is that the index for that column is a lot smaller