pglogical icon indicating copy to clipboard operation
pglogical copied to clipboard

Seeing insert/update/delete activity

Open SteveDirschelTR opened this issue 3 years ago • 0 comments

Running a test generating load on source side. I can query pg_stat_statements and see the inserts/updates/deletes I executed. On the destination side I know changes are replicating across because this is the only activity hitting the database and if I do counts on tables I can see it increasing. But if I check pg_stat_statements I do not see any of the inserts/updates/deletes. Is this expected? How can I see the actual inserts/updates/deletes the apply process is running on the destination side?

SteveDirschelTR avatar Oct 06 '21 20:10 SteveDirschelTR