mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
Fix minor typo in logical-decoding docs.
David Rowley
This commit is contained in:
parent
e3e84fd358
commit
2afe95448a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue