select open change scope Open full search

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

Extensions / Security

audit

Audits insert, update, and delete operations on PostgreSQL tables.

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

Overview

Packagepg_audit
Version1.0.0
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2017-01-14
Catalogue updated2026-08-30

Related extensions

See also

pgmementoTransaction-based audit trail with schema versioning
pgauditprovides auditing functionality
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.
pg-audit-jsonTrigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs.
table_logrecord table modification logs and PITR for table/row
supa_auditTrigger-based table audit history with stable UUID record identities and JSONB row versions.
pg_dbo_timestampPostgreSQL extension for storing time and author of database structure modification.
ddlaAudit DDL changes with event triggers and queryable log functions

Same project

pg_auditAn extension for creating audit tables