- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc600265
committed
doc: Remove incorrect description about dropping replication slots.
pg_drop_replication_slot() can drop replication slots created ona different database than the one where it is executed. This behaviorhas been in place since PostgreSQL 9.4, when pg_drop_replication_slot()was introduced.However, commit ff539d mistakenly added the following incorrectdescription 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 wasalso present in the documentation for the DROP_REPLICATION_SLOTcommand, which has now been corrected as well.Back-patch to all supported versions.Author: Hayato Kuroda <kuroda.hayato@fujitsu.com>Reviewed-by: Fujii Masao <masao.fujii@gmail.com>Discussion:https://postgr.es/m/OSCPR01MB14966C6BE304B5BB2E58D4009F5DE2@OSCPR01MB14966.jpnprd01.prod.outlook.comBackpatch-through: 131 parent474aee3 commitc600265
2 files changed
+1
-4
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24910 | 24910 |
| |
24911 | 24911 |
| |
24912 | 24912 |
| |
24913 |
| - | |
24914 |
| - | |
| 24913 | + | |
24915 | 24914 |
| |
24916 | 24915 |
| |
24917 | 24916 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2547 | 2547 |
| |
2548 | 2548 |
| |
2549 | 2549 |
| |
2550 |
| - | |
2551 |
| - | |
2552 | 2550 |
| |
2553 | 2551 |
| |
2554 | 2552 |
| |
|
0 commit comments
Comments
(0)