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 <command>CREATE PUBLICATION</command>).
     </para>
    </listitem>
+
+   <listitem>
+    <para>
+     When <literal>REPLICA IDENTITY FULL</literal> is specified on publisher
+     and the published table has attributes which the datatype is not for
+     operator class of Btree, <literal>UPDATE</literal> and <literal>DELETE</literal>
+     operations cannot be replicated. To replicate them the primary key must be
+     defined on subscriber, or the appropriate replica identity must be
+     specified.
+    </para>
+   </listitem>
   </itemizedlist>
  </sect1>
 
