We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent50709a1 commit252e652Copy full SHA for 252e652
doc/src/sgml/logicaldecoding.sgml
@@ -157,7 +157,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
157
<programlisting>
158
$ pg_recvlogical -d postgres --slot test --create-slot
159
$ pg_recvlogical -d postgres --slot test --start -f -
160
-<keycombo action="simul"><keycap>Control</><keycap>D</></>
+<keycombo action="simul"><keycap>Control</><keycap>Z</></>
161
$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
162
$ fg
163
BEGIN 693
@@ -314,7 +314,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
314
315
<para>
316
Synchronous replication (see <xref linkend="synchronous-replication">) is
317
- only supported on replication slots used over the streaming-replication interface. The
+ only supported on replication slots used over the streamingreplication interface. The
318
function interface and additional, non-core interfaces do not support
319
synchronous replication.
320
</para>