Doc: Fix typo in logical decoding example

Fixes one occurrence of "atleast" in the logical decoding example section.

Discussion: https://postgr.es/m/5467E625-1369-48CF-BE62-3BB69395C1F1@yesql.se
pull/68/head
Daniel Gustafsson 4 years ago
parent 500256d953
commit 76987bad33
  1. 2
      doc/src/sgml/logicaldecoding.sgml

@ -153,7 +153,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
that <varname>max_wal_senders</varname> is set sufficiently high to allow
an additional connection. The second example shows how to stream two-phase
transactions. Before you use two-phase commands, you must set
<xref linkend="guc-max-prepared-transactions"/> to atleast 1.
<xref linkend="guc-max-prepared-transactions"/> to at least 1.
</para>
<programlisting>
Example 1:

Loading…
Cancel
Save