]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typos
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 31 Oct 2014 12:11:06 +0000 (08:11 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 31 Oct 2014 12:11:06 +0000 (08:11 -0400)
per Andres Freund

doc/src/sgml/logicaldecoding.sgml

index 7559492b4d6f2e83f4b14b34bbf04f1a6c46740c..3fcde9f0f9745d854481e77c4b4122e879d35706 100644 (file)
@@ -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>