From: Tom Lane Date: Tue, 8 Mar 2016 02:52:30 +0000 (-0500) Subject: Fix minor typo in logical-decoding docs. X-Git-Tag: REL9_4_7~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2afe95448adf897bf2563fcd4c2cfb30a99949c8;p=postgresql Fix minor typo in logical-decoding docs. David Rowley --- diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index a6250c367c..70195f7f42 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