diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index c5de2040f7..88f333ceb4 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1622,6 +1622,17 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER parameter of CREATE PUBLICATION). + + + + When REPLICA IDENTITY FULL is specified on publisher + and the published table has attributes which the datatype is not for + operator class of Btree, UPDATE and DELETE + operations cannot be replicated. To replicate them the primary key must be + defined on subscriber, or the appropriate replica identity must be + specified. + +