aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-10-31 08:11:06 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-10-31 08:11:49 -0400
commitf41ed7b66a621134d5c7c39c74458fbfb1214255 (patch)
tree7d5c67d6b6ea9dd52390bcbb987520d9035daff1
parent1414868d088cfb6cb85d57946f4a460efa7d31c6 (diff)
downloadpostgresql-f41ed7b66a621134d5c7c39c74458fbfb1214255.tar.gz
postgresql-f41ed7b66a621134d5c7c39c74458fbfb1214255.zip
doc: Fix typos
per Andres Freund
-rw-r--r--doc/src/sgml/logicaldecoding.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 7559492b4d6..3fcde9f0f97 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -157,7 +157,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
<programlisting>
$ pg_recvlogical -d postgres --slot test --create-slot
$ pg_recvlogical -d postgres --slot test --start -f -
-<keycombo action="simul"><keycap>Control</><keycap>D</></>
+<keycombo action="simul"><keycap>Control</><keycap>Z</></>
$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
$ fg
BEGIN 693
@@ -314,7 +314,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
<para>
Synchronous replication (see <xref linkend="synchronous-replication">) is
- only supported on replication slots used over the streaming-replication interface. The
+ only supported on replication slots used over the streaming replication interface. The
function interface and additional, non-core interfaces do not support
synchronous replication.
</para>