(no title)
vermon
|
2 years 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.
kvaranasi_|2 years ago
vermon|2 years ago
danpalmer|2 years ago
danpalmer|2 years ago
Perhaps being able to exclude those as a separate category would be good?
vermon|2 years ago
EDIT: Since you control object auditing by granting/revoking permissions to the relevant relations I don't think it's possible to have another category there since Postgres itself doesn't differentiate between UPDATE and SELECT FOR UPDATE on permission level