Skip to content
Snippets Groups Projects
Commit ca797f5c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Use = after long options in documentation

It's good for consistency and makes the examples easier to read.
parent f037de6a
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,8 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
an additional connection.
</para>
<programlisting>
$ pg_recvlogical -d postgres --slot test --create-slot
$ pg_recvlogical -d postgres --slot test --start -f -
$ pg_recvlogical -d postgres --slot=test --create-slot
$ pg_recvlogical -d postgres --slot=test --start -f -
<keycombo action="simul"><keycap>Control</keycap><keycap>Z</keycap></keycombo>
$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
$ fg
......@@ -163,7 +163,7 @@ BEGIN 693
table public.data: INSERT: id[integer]:4 data[text]:'4'
COMMIT 693
<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>
$ pg_recvlogical -d postgres --slot test --drop-slot
$ pg_recvlogical -d postgres --slot=test --drop-slot
</programlisting>
</sect1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment