summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2021-08-18 17:44:57 +0000
committerDaniel Gustafsson2021-08-18 17:44:57 +0000
commit76987bad3380be862ea3cc36d1709134be126150 (patch)
tree2316d97f62f194049d9ff42698ddf615fefd3170
parent500256d953444628164f0b77ef1ce8c9e05e575f (diff)
Doc: Fix typo in logical decoding example
Fixes one occurrence of "atleast" in the logical decoding example section. Discussion: https://postgr.es/m/[email protected]
-rw-r--r--doc/src/sgml/logicaldecoding.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 0d0de291f3..b6353c7a12 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/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: