select open change scope Open full search

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

Extensions / Security

pgaudix

A native PostgreSQL extension for automatic table auditing. It mirrors table columns into audit tables and automatically keeps them in sync when the source table structure changes.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgaudix
Version0.2.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapgaudix
Stars0
Latest commit2026-06-21
Latest release2026-06-21
Catalogue updated2026-08-30

Related extensions

See also

pgauditprovides auditing functionality
pg_auditorAudit data changes and provide flashback ability
ddlaAudit DDL changes with event triggers and queryable log functions
pgmementoTransaction-based audit trail with schema versioning
verisqlAudit-grade verification gateway for AI-generated SQL — catches silently wrong queries before they hit your dashboard, keeps tamper-evident audit trails, verifies migration equivalence. Zero LLM tokens for 90% of checks.
pg_credereumCryptographically verifiable database auditing backed by blockchain-style transaction blocks.
pgauditlogtofilepgAudit addon to redirect audit log to an independent file
pg-audit-jsonTrigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs.