2ndQuadrant / audit-trigger

Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
Other
657 stars 241 forks source link

updates were logging excluded_cols #7

Closed jhm713 closed 9 years ago

jhm713 commented 9 years ago

Updates were logging excluded columns unless only excluded columns were updated. This change makes updates behave more like deletes and inserts. This is the first time I've ever used hstore, so I can't guarantee that this change is optimal, but it seems to work for me.

ringerc commented 9 years ago

Seems reasonable. Thanks.