aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-03-07 21:52:30 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-03-07 21:52:36 -0500
commit38e8f157b721d26fe08384650c606a235d51f8a4 (patch)
tree3657ba01f2a7ae8792a7b669f185dc58e1a131ef /doc/src
parent250e5bd7129d0b54594dc225f7380545189b70c1 (diff)
downloadpostgresql-38e8f157b721d26fe08384650c606a235d51f8a4.tar.gz
postgresql-38e8f157b721d26fe08384650c606a235d51f8a4.zip
Fix minor typo in logical-decoding docs.
David Rowley
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/logicaldecoding.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 84f13cbb91d..ff97f8efb75 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 <xref linkend="streaming-replication-authentication">) and
- that <varname>max_wal_senders</varname> is set sufficiently high to an
- additional connection.
+ that <varname>max_wal_senders</varname> is set sufficiently high to allow
+ an additional connection.
</para>
<programlisting>
$ pg_recvlogical -d postgres --slot test --create-slot