Hey HN,
Some of you were really interested in Postgres logging with pgAudit in my previous post here: https://news.ycombinator.com/item?id=37082827
So I built this logger: https://rocketgraph.io/logger-demo
using pgAudit to show you what can be done with Postgres auditing. It offers some powerful features like "get me all the CREATE queries that ran in the past hour". These are generated by AWS RDS Instance running on my Rocketgraph account. Then they are forwarded to Cloudwatch for complex querying. In the future we can connect these logs to slack so you can get slack alerts when a developer accidentally DROPs a table.
If you like my work, please check it out here: https://github.com/RocketsGraphQL/rgraph
And if you want this logging on your own Postgres instance. Use https://rocketgraph.io/
And setup a project. pgAudit is automatically installed.