Skip to content

Commit

Permalink
fix(doc): add slot_type to list-replication-slots query
Browse files Browse the repository at this point in the history
The query is used for both logical and physical replication

Having the type will help debugging the actual slot having an issue
  • Loading branch information
chtitux committed Nov 16, 2023
1 parent 05872b8 commit 7f5392c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/runbooks/postgresql/sql/list-replication-slots.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SELECT
slot_type,
database,
slot_name,
active::TEXT,
Expand Down

0 comments on commit 7f5392c

Please sign in to comment.