diff options
author | Daniel Gustafsson | 2021-08-18 17:44:57 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2021-08-18 17:44:57 +0000 |
commit | 76987bad3380be862ea3cc36d1709134be126150 (patch) | |
tree | 2316d97f62f194049d9ff42698ddf615fefd3170 | |
parent | 500256d953444628164f0b77ef1ce8c9e05e575f (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.sgml | 2 |
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: |