The PostgreSQL database server stores the βdata changesβ in the WAL log file, and I wanted to analyze the archive log file in sql, for example mysqlbinlog, split the binlog file into sql so that I can find the application to execute sql. Does anyone have such a tool?
source
share