Hi,
Reading the WAL files directly isn't advisable. A good way to see what is going on is described here:
https://www.postgresql.org/docs/current/logicaldecoding.html
Regards
Holger
Reading the WAL files directly isn't advisable. A good way to see what is going on is described here:
https://www.postgresql.org/docs/current/logicaldecoding.html
Regards
Holger
Am 9. Juni 2023 16:01:17 MESZ schrieb Dennis <daslaner@xxxxxxxxx>:
Hi ,How to read wal files in postgresql 15? I want to know which tables /objects used in wal file. Are there any tool same as logminer (Oracle) in postgres?ThanksDennis