Skip to content

Commit

Permalink
doc: Fix typos
Browse files Browse the repository at this point in the history
per Andres Freund
  • Loading branch information
petere committed Oct 31, 2014
1 parent 1414868 commit f41ed7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/logicaldecoding.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f41ed7b

Please sign in to comment.