You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-04-08 [83fd4532a] Allow publishing partition changes via ancestors
308
298
-->
309
299
310
300
<para>
311
-
Allow partitioned tables to be added to replicated publications (Amit Langote)
301
+
Allow partitioned tables to be logically replicated via publications (Amit Langote)
312
302
</para>
313
303
314
304
<para>
315
-
Partition additions/removals are replicated as well. Previously, partitions had to be replicated individually. HOW IS THIS DIFFERENT FROM THE ITEM ABOVE?
305
+
Previously, partitions had to be replicated individually. Now partitioned tables can be published explicitly causing all partitions to be automatically published. Addition/removal of partitions from
306
+
partitioned tables are automatically added/removed from publications. The CREATE PUBLICATION option publish_via_partition_root controls whether partitioned tables are published as themselves or their ancestors.
0 commit comments