doc: Remove incorrect description about dropping replication slots.
authorFujii Masao <[email protected]>
Fri, 21 Mar 2025 03:56:39 +0000 (12:56 +0900)
committerFujii Masao <[email protected]>
Fri, 21 Mar 2025 04:03:15 +0000 (13:03 +0900)
commitc6002659fbd7757864da4d4f53a3261ff0103bc6
tree4e0e0fc3dc6304c8c6e5772083d261b6cde7beeb
parent474aee3dfe8860994893959ef1566c51d3304aa3
doc: Remove incorrect description about dropping replication slots.

pg_drop_replication_slot() can drop replication slots created on
a different database than the one where it is executed. This behavior
has been in place since PostgreSQL 9.4, when pg_drop_replication_slot()
was introduced.

However, commit ff539d mistakenly added the following incorrect
description in the documentation:

     For logical slots, this must be called when connected to
     the same database the slot was created on.

This commit removes that incorrect statement. A similar mistake was
also present in the documentation for the DROP_REPLICATION_SLOT
command, which has now been corrected as well.

Back-patch to all supported versions.

Author: Hayato Kuroda <[email protected]>
Reviewed-by: Fujii Masao <[email protected]>
Discussion: https://postgr.es/m/OSCPR01MB14966C6BE304B5BB2E58D4009F5DE2@OSCPR01MB14966.jpnprd01.prod.outlook.com
Backpatch-through: 13
doc/src/sgml/func.sgml
doc/src/sgml/protocol.sgml