Casecommons / pg_audit_log

Create a trigger-based audit log for PostgreSQL
MIT License
3 stars 2 forks source link

Fix issue where nested "without_triggers" calls re-enabled triggers #17

Closed bcornellCC closed 7 years ago

bcornellCC commented 7 years ago

when the inner "without_triggers" block ended

mitchCC commented 7 years ago

LGTM. This should recursively work for arbitrarily-deep nesting!