diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-07 21:52:30 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-07 21:52:30 -0500 |
commit | a93aec4e0f061ad43034d5324b8407a824e54395 (patch) | |
tree | 84bc633b96da2fae24b47ce07ee73a9a9e21d732 | |
parent | cf8e7b16a5f3e63fe692d042fefc0c9f09a23ebc (diff) | |
download | postgresql-a93aec4e0f061ad43034d5324b8407a824e54395.tar.gz postgresql-a93aec4e0f061ad43034d5324b8407a824e54395.zip |
Fix minor typo in logical-decoding docs.
David Rowley
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index e841348b07c..45fdfeb13fd 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 |