File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1622,6 +1622,19 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
1622
1622
parameter of <command>CREATE PUBLICATION</command>).
1623
1623
</para>
1624
1624
</listitem>
1625
+
1626
+ <listitem>
1627
+ <para>
1628
+ When using
1629
+ <link linkend="sql-altertable-replica-identity-full"><literal>REPLICA IDENTITY FULL</literal></link>
1630
+ on published tables, it is important to note that the <literal>UPDATE</literal>
1631
+ and <literal>DELETE</literal> operations cannot be applied to subscribers
1632
+ if the tables include attributes with datatypes (such as point or box)
1633
+ that do not have a default operator class for B-tree or Hash. However,
1634
+ this limitation can be overcome by ensuring that the table has a primary
1635
+ key or replica identity defined for it.
1636
+ </para>
1637
+ </listitem>
1625
1638
</itemizedlist>
1626
1639
</sect1>
1627
1640
You can’t perform that action at this time.
0 commit comments