Hi,
I have tried to run the TRUNCATE command and found out that it's not getting replicated using logical replication for pgsql.
I have also checked the schema change using pg_dump command but the schema change also not getting detected for TRUNCATE command.
However on pgsql logical replication doc page[1] , it's mentioned that Replication of TRUNCATE commands is supported.
Any idea how we can solve this?
Thanks
Arvind