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:41 -0500 |
| commit | 2afe95448adf897bf2563fcd4c2cfb30a99949c8 (patch) | |
| tree | 3de69586459d4399ffff8a2ba1db7819fc5d93ec /doc/src/sgml/logicaldecoding.sgml | |
| parent | e3e84fd35838a43feef94ea78534713d745e9a08 (diff) | |
Fix minor typo in logical-decoding docs.
David Rowley
Diffstat (limited to 'doc/src/sgml/logicaldecoding.sgml')
| -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 a6250c367c7..70195f7f423 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 |
