kvesteri / postgresql-audit

Audit trigger for PostgreSQL
BSD 2-Clause "Simplified" License
126 stars 28 forks source link

Enable audit for existed table #34

Closed drnextgis closed 5 years ago

drnextgis commented 5 years ago

Is it possible to enable audit for those tables that already in database?

kvesteri commented 5 years ago

Sure,

SELECT audit.audit_table(table_name, excluded_columns)