Reading WALs

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Reading WALs
Date: 2020-03-14 13:48:55
Message-ID: 1584193735733-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On my built in logical replication I see that sometimes it tooks a long time
to be updated with master. The question is how can I see what is being done
on replica ? I know I can have a WAL reader, I tried WAL2JSON, it listen all
data which comes from master, but as I understood when I use that plugin
that data is discarded, so, not replicated.

Is that correct ? Can I see what is coming to replica server and apply that
change to server as usual ?

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-03-14 15:15:08 Re: Reading WALs
Previous Message Adrian Klaver 2020-03-13 19:17:02 Re: encrypt/decrypt between javascript and postgresql.