|
|
|
|
|
by vermon
1030 days ago
|
|
pgAudit is pretty cool, but it's a bit of a hassle for us currently because it keeps logging SELECT FOR UPDATE's even though SELECT is not allowed for the auditor, so if you implement stuff like simple queues with continuous polling it fills up the audit log with junk pretty fast.
I opened a PR though so hopefully it gets fixed at some point. |
|