File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
157157<programlisting>
158158$ pg_recvlogical -d postgres --slot test --create-slot
159159$ pg_recvlogical -d postgres --slot test --start -f -
160- <keycombo action="simul"><keycap>Control</><keycap>D </></>
160+ <keycombo action="simul"><keycap>Control</><keycap>Z </></>
161161$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
162162$ fg
163163BEGIN 693
@@ -314,7 +314,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
314314
315315 <para>
316316 Synchronous replication (see <xref linkend="synchronous-replication">) is
317- only supported on replication slots used over the streaming- replication interface. The
317+ only supported on replication slots used over the streaming replication interface. The
318318 function interface and additional, non-core interfaces do not support
319319 synchronous replication.
320320 </para>
You can’t perform that action at this time.
0 commit comments