Commit a93aec4e authored by Tom Lane's avatar Tom Lane

Fix minor typo in logical-decoding docs.

David Rowley
parent cf8e7b16
...@@ -151,8 +151,8 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot'); ...@@ -151,8 +151,8 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
distribution. This requires that client authentication is set up to allow distribution. This requires that client authentication is set up to allow
replication connections replication connections
(see <xref linkend="streaming-replication-authentication">) and (see <xref linkend="streaming-replication-authentication">) and
that <varname>max_wal_senders</varname> is set sufficiently high to an that <varname>max_wal_senders</varname> is set sufficiently high to allow
additional connection. an additional connection.
</para> </para>
<programlisting> <programlisting>
$ pg_recvlogical -d postgres --slot test --create-slot $ pg_recvlogical -d postgres --slot test --create-slot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment