diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 40849d9788e..5c7e0f9c02d 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -26375,8 +26375,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset((pg_backup_stop()).lsn);
Drops the physical or logical replication slot
named slot_name. Same as replication protocol
- command DROP_REPLICATION_SLOT. For logical slots, this must
- be called while connected to the same database the slot was created on.
+ command DROP_REPLICATION_SLOT.
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index b6c07b1d053..fdf34eba10c 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -2589,8 +2589,6 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
Drops a replication slot, freeing any reserved server-side resources.
- If the slot is a logical slot that was created in a database other than
- the database the walsender is connected to, this command fails.