mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
This extension provides detailed logging classes, ability to control logging at a per-object level, and includes fully-qualified object names for logged statements (DML and DDL) in independent fields of the log output. Authors: Ian Barwick, Abhijit Menon-Sen, David Steele Reviews by: Robert Haas, Tatsuo Ishii, Sawada Masahiko, Fujii Masao, Simon Riggs Discussion with: Josh Berkus, Jaime Casanova, Peter Eisentraut, David Fetter, Yeb Havinga, Alvaro Herrera, Petr Jelinek, Tom Lane, MauMau, Bruce Momjian, Jim Nasby, Michael Paquier, Fabrízio de Royes Mello, Neil Tiffin
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
# pg_audit extension
|
|
comment = 'provides auditing functionality'
|
|
default_version = '1.0.0'
|
|
module_pathname = '$libdir/pg_audit'
|
|
relocatable = true
|