Re: Converting WAL to SQL

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Converting WAL to SQL
Date: 2021-12-29 11:50:23
Message-ID: CAFcNs+o1=qd9OP6C81zSGoDW5XnVeF6mEE63sar2GO3tmwXWQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 29 Dec 2021 at 03:18 rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>
wrote:

> 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.
>
>
>
Try this:
https://github.com/michaelpq/pg_plugins/tree/main/decoder_raw

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2021-12-29 12:07:48 Re: generalized conveyor belt storage
Previous Message Fabrice Chapuis 2021-12-29 11:32:41 Re: Logical replication timeout problem