From a93aec4e0f061ad43034d5324b8407a824e54395 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 7 Mar 2016 21:52:30 -0500 Subject: [PATCH] Fix minor typo in logical-decoding docs. David Rowley --- doc/src/sgml/logicaldecoding.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index e841348b07..45fdfeb13f 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -151,8 +151,8 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot'); distribution. This requires that client authentication is set up to allow replication connections (see ) and - that max_wal_senders is set sufficiently high to an - additional connection. + that max_wal_senders is set sufficiently high to allow + an additional connection. $ pg_recvlogical -d postgres --slot test --create-slot -- 2.40.0