File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,16 +154,16 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
154
154
an additional connection.
155
155
</para>
156
156
<programlisting>
157
- $ pg_recvlogical -d postgres --slot test --create-slot
158
- $ pg_recvlogical -d postgres --slot test --start -f -
157
+ $ pg_recvlogical -d postgres --slot= test --create-slot
158
+ $ pg_recvlogical -d postgres --slot= test --start -f -
159
159
<keycombo action="simul"><keycap>Control</keycap><keycap>Z</keycap></keycombo>
160
160
$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
161
161
$ fg
162
162
BEGIN 693
163
163
table public.data: INSERT: id[integer]:4 data[text]:'4'
164
164
COMMIT 693
165
165
<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>
166
- $ pg_recvlogical -d postgres --slot test --drop-slot
166
+ $ pg_recvlogical -d postgres --slot= test --drop-slot
167
167
</programlisting>
168
168
</sect1>
169
169
You can’t perform that action at this time.
0 commit comments