Doc: Fix typo in logical decoding example
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 18 Aug 2021 17:44:57 +0000 (19:44 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 18 Aug 2021 17:44:57 +0000 (19:44 +0200)
Fixes one occurrence of "atleast" in the logical decoding example section.

Discussion: https://postgr.es/m/5467E625-1369-48CF-BE62-3BB69395C1F1@yesql.se

doc/src/sgml/logicaldecoding.sgml

index 0d0de291f3e0e86960e4b8ee6477636d4e048770..b6353c7a12533b30505a4d29b52b4850c038369f 100644 (file)
@@ -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: