pg_auditor
Audit data changes and provide flashback ability
pg_auditor : Audit data changes and provide flashback ability
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 7130 | pg_auditor | pg_auditor | 0.2 |
SEC | BSD-3-Clause | SQL |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| ----d-- | No | No | No | Yes | no | no |
| Relationships | |
|---|---|
| Schemas | auditor |
| Requires | hstore |
| See Also | pgaudit pgmemento table_log pg_drop_events pg_roast pgauditlogtofile pgelog data_historization table_version pg_permissions |
pg15 rpm pkg name is pgaudit17_$v*
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.2 |
18 17 16 15 14 | pg_auditor |
hstore |
| RPM | PIGSTY | 0.2 |
18 17 16 15 14 | pg_auditor_$v |
- |
| DEB | PIGSTY | 0.2 |
18 17 16 15 14 | postgresql-$v-pg-auditor |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| el8.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| el9.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| el9.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| el10.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| el10.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| d12.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| d12.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| d13.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| d13.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| u22.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| u22.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| u24.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| u24.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| u26.x86_64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
| u26.aarch64 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 | PIGSTY 0.2 |
Source
github.com/kouber/pg_auditor
pg_auditor-0.2.tar.gz
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Create this extension with:
Usage
pg_auditor records each data modification (INSERT, UPDATE, DELETE) on specified tables and allows partial or complete flashback of transactions.