diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 23b268273b9..598e23ad4f5 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -2785,18 +2785,17 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
- All slots on the old cluster must be usable, i.e., there are no slots
- whose
+ All slots on the old cluster must be usable, i.e., their
pg_replication_slots.conflicting
- is not true.
+ is false.
- The new cluster must not have permanent logical slots, i.e.,
- there must be no slots where
+ The new cluster must not have any permanent logical slots; i.e., any
+ existing logical slots must have
pg_replication_slots.temporary
- is false.
+ set to true.