From b68fdb10a9b9cd148fbcb0646557e430da8b3952 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Wed, 29 Dec 2021 16:39:50 -0600 Subject: [PATCH 27/33] v15 doc review: Add replication command READ_REPLICATION_SLOT - b4ada4e19fd7bedb433e46516ccd0ca4213d2719 --- doc/src/sgml/protocol.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 890b7a58a4b..c4621e34f43 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2101,7 +2101,7 @@ The commands accepted in replication mode are: - Read some information associated to a replication slot. Returns a tuple + Read some information associated with a replication slot. Returns a tuple with NULL values if the replication slot does not exist. This command is currently only supported for physical replication slots. @@ -2133,7 +2133,7 @@ The commands accepted in replication mode are: restart_tli (int8) - The timeline ID associated to restart_lsn, + The timeline ID associated with restart_lsn, following the current timeline history. -- 2.17.1