We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8e7b1 commit a93aec4Copy full SHA for a93aec4
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