Re: How to read wal files in postgresql 15? - Mailing list pgsql-admin

From Holger Jakobs
Subject Re: How to read wal files in postgresql 15?
Date
Msg-id 6387B7A0-05B4-4EEE-A2D8-EF83145A5885@jakobs.com
Whole thread Raw
In response to How to read wal files in postgresql 15?  (Dennis <daslaner@gmail.com>)
List pgsql-admin
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


Am 9. Juni 2023 16:01:17 MESZ schrieb Dennis <daslaner@gmail.com>:
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? 

Thanks

Dennis

pgsql-admin by date:

Previous
From: Dennis
Date:
Subject: How to read wal files in postgresql 15?
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: How to read wal files in postgresql 15?