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 parentf037de6 commitca797f5Copy full SHA for ca797f5
doc/src/sgml/logicaldecoding.sgml
@@ -154,16 +154,16 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
154
an additional connection.
155
</para>
156
<programlisting>
157
-$ pg_recvlogical -d postgres --slottest --create-slot
158
-$ pg_recvlogical -d postgres --slottest --start -f -
+$ pg_recvlogical -d postgres --slot=test --create-slot
+$ pg_recvlogical -d postgres --slot=test --start -f -
159
<keycombo action="simul"><keycap>Control</keycap><keycap>Z</keycap></keycombo>
160
$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
161
$ fg
162
BEGIN 693
163
table public.data: INSERT: id[integer]:4 data[text]:'4'
164
COMMIT 693
165
<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>
166
-$ pg_recvlogical -d postgres --slottest --drop-slot
+$ pg_recvlogical -d postgres --slot=test --drop-slot
167
</programlisting>
168
</sect1>
169