select open change scope Open full search

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

Extensions / Security

supa_audit

Trigger-based table audit history with stable UUID record identities and JSONB row versions.

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

Overview

Packagekiwicopple-supa_audit
Version0.3.1
PostgreSQL versions12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeSQL only
Project statusArchived
VendorSupabase
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemaaudit
Stars672
Latest commit2024-01-02
Latest release2024-01-07
Catalogue updated2026-08-30

Related extensions

Requires

uuid-osspgenerate universally unique identifiers (UUIDs)

See also

pgmementoTransaction-based audit trail with schema versioning
pg-audit-jsonTrigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs.
pgbsonBSON data type and accessor functions for PostgreSQL
table_logrecord table modification logs and PITR for table/row
pg_auditAn extension for creating audit tables
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
ddlaAudit DDL changes with event triggers and queryable log functions
recallTracks table changes in per-table _log tables for timestamp-based history queries.
cyanauditCyan Audit core extension