projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500256d
)
Doc: Fix typo in logical decoding example
author
Daniel Gustafsson
Wed, 18 Aug 2021 17:44:57 +0000
(19:44 +0200)
committer
Daniel Gustafsson
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/logicaldecoding.sgml
b/doc/src/sgml/logicaldecoding.sgml
index 0d0de291f3e0e86960e4b8ee6477636d4e048770..b6353c7a12533b30505a4d29b52b4850c038369f 100644
(file)
--- 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: