Converting WAL to SQL

From: rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Converting WAL to SQL
Date: 2021-12-29 06:18:04
Message-ID: CADgiWi6BLqy=ydPBAYOG0-NeL0BsyQQEn1PHT=eHn8pE7CA6nQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

I am wondering if we have a mechanism to convert WAL records to SQL
statements.

I am able to use logical decoders like wal2json or test_decoding for
converting WAL to readable format, but I am looking for a way to convert
WAL to sql statements.

Thanks
Rajesh

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dinesh Chemuduru 2021-12-29 07:39:29 Re: [PROPOSAL] new diagnostic items for the dynamic sql
Previous Message Tom Lane 2021-12-29 05:27:57 Re: WIP: WAL prefetch (another approach)