Re: Regarding: Replication of TRUNCATE commands is not working

2024-04-09 Thread Adrian Klaver
On 4/9/24 05:07, Arvind Raghuwanshi wrote: Hi Laurenz, Thanks for the response Question: What PostgreSQL version are you using?  The feature was introduced in v11. Answer: I am using the 16.0 Postgresql version. db1=> SELECT version();                                                version

Re: Regarding: Replication of TRUNCATE commands is not working

2024-04-09 Thread Arvind Raghuwanshi
Hi Laurenz, Thanks for the response Question: What PostgreSQL version are you using? The feature was introduced in v11. Answer: I am using the 16.0 Postgresql version. db1=> SELECT version(); version

Re: Regarding: Replication of TRUNCATE commands is not working

2024-04-09 Thread Laurenz Albe
On Tue, 2024-04-09 at 14:50 +0530, Arvind Raghuwanshi wrote: > 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

Regarding: Replication of TRUNCATE commands is not working

2024-04-09 Thread Arvind Raghuwanshi
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