pgaudit
pgaudit
pgaudit : provides auditing functionality
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 7080 | pgaudit
|
pgaudit
|
17.1 |
SEC
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sLd-r
|
No
|
Yes
|
Yes
|
Yes
|
yes
|
no
|
| Relationships | |
|---|---|
| See Also | pgauditlogtofile
set_user
pg_permissions
pg_auth_mon
pg_auditor
safeupdate
pg_drop_events
table_log
|
pg15=pgaudit17, pg14=pgaudit16 pg13=pgaudit15 pg12=pgaudit14
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
17.1 |
18
17
16
15
14
13
|
pgaudit |
- |
| RPM | PGDG
|
17.1 |
18
17
16
15
14
13
|
pgaudit_$v* |
- |
| DEB | PGDG
|
17.1 |
18
17
16
15
14
13
|
postgresql-$v-pgaudit |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
el8.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
el9.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
el9.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
el10.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
el10.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
d12.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
d12.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
d13.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
d13.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
u22.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
u22.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
u24.x86_64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
u24.aarch64
|
PGDG 18.0
|
PGDG 17.1
|
PGDG 16.1
|
PGDG 1.7.1
|
PGDG 1.6.3
|
PGDG 1.5.3
|
Source
Install
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pgaudit; # install via package name, for the active PG version
pig install pgaudit -v 17; # install for PG 17
pig install pgaudit -v 16; # install for PG 16
pig install pgaudit -v 15; # install for PG 15
pig install pgaudit -v 14; # install for PG 14
pig install pgaudit -v 13; # install for PG 13Config this extension to shared_preload_libraries:
shared_preload_libraries = 'pgaudit';Create this extension with:
CREATE EXTENSION pgaudit;Last updated on