select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Security

pg-audit-json

Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg-audit-json
Version1.0.2
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemaaudit
Stars47
Latest commit2020-06-21
Latest release2020-06-21
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pgmementoTransaction-based audit trail with schema versioning
pgbsonBSON data type and accessor functions for PostgreSQL
supa_auditTrigger-based table audit history with stable UUID record identities and JSONB row versions.
tablelogTrigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL.
log_entriesRow trigger that records who changed a row and when
table_log_plPL/pgSQL drop-in replacement for the table_log trigger-based DML auditing extension.
pg_auditAn extension for creating audit tables
pgauditprovides auditing functionality