We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e84fd commit 2afe954Copy full SHA for 2afe954
doc/src/sgml/logicaldecoding.sgml
@@ -151,8 +151,8 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
151
distribution. This requires that client authentication is set up to allow
152
replication connections
153
(see <xref linkend="streaming-replication-authentication">) and
154
- that <varname>max_wal_senders</varname> is set sufficiently high to an
155
- additional connection.
+ that <varname>max_wal_senders</varname> is set sufficiently high to allow
+ an additional connection.
156
</para>
157
<programlisting>
158
$ pg_recvlogical -d postgres --slot test --create-slot
0 commit comments