Re: How to read wal files in postgresql 15?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Dennis <daslaner(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: How to read wal files in postgresql 15?
Date: 2023-06-09 15:12:55
Message-ID: ZINBdx5/4mxuTYJB@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Jun 09, 2023 at 05:01:17PM +0300, Dennis wrote:
> 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?

perhaps pg_waldump will help you?
https://www.postgresql.org/docs/current/pgwaldump.html

Best regards,

depesz

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message MichaelDBA 2023-06-11 14:15:06 Re: Obtaining the size of temp tables in current sesion
Previous Message Holger Jakobs 2023-06-09 14:34:35 Re: How to read wal files in postgresql 15?