Dmitry Fomin
Dmitry Fomin
I've got the same issue, non-partitioned table to partitioned table replication works perfectly, but partitioned -> partitioned does not postgresql v 13.5 pglogical v 2.4.0 tried these settings as well...
test case: non-partitioned table on provider and partitioned table on subscriber (works): on provider side ```sql Create or replace function random_string(length integer) returns text as $$ declare chars text[] :=...
test case: partitioned table on provider and partitioned table on subscriber with different partitioning schema (does not work): on provider side ```sql Create or replace function random_string(length integer) returns text...
also tried partitioned table -> partitioned table with same partitioning schema and partitioned table -> regular heap table, same result