Commit 252e652e authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typos

per Andres Freund
parent 50709a1d
...@@ -157,7 +157,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot'); ...@@ -157,7 +157,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
<programlisting> <programlisting>
$ pg_recvlogical -d postgres --slot test --create-slot $ pg_recvlogical -d postgres --slot test --create-slot
$ pg_recvlogical -d postgres --slot test --start -f - $ 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');" $ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
$ fg $ fg
BEGIN 693 BEGIN 693
...@@ -314,7 +314,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot ...@@ -314,7 +314,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
<para> <para>
Synchronous replication (see <xref linkend="synchronous-replication">) is 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 function interface and additional, non-core interfaces do not support
synchronous replication. synchronous replication.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment