From 76987bad3380be862ea3cc36d1709134be126150 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 18 Aug 2021 19:44:57 +0200 Subject: [PATCH] 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 --- doc/src/sgml/logicaldecoding.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 0d0de291f3e..b6353c7a125 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 max_wal_senders 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 - to atleast 1. + to at least 1. Example 1: -- 2.39.5