Getting an error on Postgres 11 when creating a publication for a partitioned table. ERROR: table is a partitioned table Detail : Adding partitioned tables to publications is not supported. Hint: You can add the table partitions individually. Is there a workaround for this.
Asked
Active
Viewed 148 times
0
-
1"*Is there a workaround for this*" - no. You could wait for Postgres 13 where this is possible. – Sep 23 '20 at 18:15
-
1Which should be released tomorrow, so not much wait. – jjanes Sep 23 '20 at 18:55