Re: How to read wal files in postgresql 15?

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: How to read wal files in postgresql 15?
Date: 2023-06-09 14:34:35
Message-ID: 6387B7A0-05B4-4EEE-A2D8-EF83145A5885@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message hubert depesz lubaczewski 2023-06-09 15:12:55 Re: How to read wal files in postgresql 15?
Previous Message Dennis 2023-06-09 14:01:17 How to read wal files in postgresql 15?