Skip to content

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

Notifications You must be signed in to change notification settings

cmabastar/audit-trigger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple, customisable table audit system for PostgreSQL11 implemented using triggers w/ JSONB and partitioning support.

See Original Trigger for usage as they are the same.:

http://wiki.postgresql.org/wiki/Audit_trigger_91plus

This fork differences vs 91plus.

  • Uses JSONB instead of HSTORE
  • Automatically creates partitioned tables by month (Requires PG11).

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 100.0%