Converting WAL to SQL
rajesh singarapu <rajesh.rs0541@gmail.com>
From: rajesh singarapu <rajesh.rs0541@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-12-29T06:18:04Z
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