Skip to content

Commit 1c769fc

Browse files
committed
Update concepts-logical.md
1 parent 2bd906c commit 1c769fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/postgresql/concepts-logical.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,6 @@ To drop a replication slot called `test_slot` using SQL:
135135
SELECT pg_drop_replication_slot('test_slot');
136136
```
137137

138-
To drop a replication slot called `test_slot` using pg_recvlogical:
139-
```bash
140-
pg_recvlogical -h myserver.postgres.database.azure.com -U myuser@myserver -d postgres --slot test_slot --drop-slot
141-
```
142-
143138
> [!IMPORTANT]
144139
> If you stop using logical decoding, change azure.replication_support back to `replica` or `off`. The WAL details retained by `logical` are more verbose, and should be disabled when logical decoding is not in use.
145140

0 commit comments

Comments
 (0)