Skip to content

Commit 76987ba

Browse files
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
1 parent 500256d commit 76987ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
153153
that <varname>max_wal_senders</varname> is set sufficiently high to allow
154154
an additional connection. The second example shows how to stream two-phase
155155
transactions. Before you use two-phase commands, you must set
156-
<xref linkend="guc-max-prepared-transactions"/> to atleast 1.
156+
<xref linkend="guc-max-prepared-transactions"/> to at least 1.
157157
</para>
158158
<programlisting>
159159
Example 1:

0 commit comments

Comments
 (0)