MySQL has quite a few logs:
- InnoDB transaction log
- Binary log
- General query log
- Error log
- Slow query log
I know about Postgresql's WAL, which is equivalent to InnoDB's transaction log (correct?).
What about the other MySQL logs such as bin log - are there Postgresql equivalence of them?