Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ca797f5

Browse files
committed
doc: Use = after long options in documentation
It's good for consistency and makes the examples easier to read.
1 parent f037de6 commit ca797f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/logicaldecoding.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,16 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
154154
an additional connection.
155155
</para>
156156
<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 -
159159
<keycombo action="simul"><keycap>Control</keycap><keycap>Z</keycap></keycombo>
160160
$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
161161
$ fg
162162
BEGIN 693
163163
table public.data: INSERT: id[integer]:4 data[text]:'4'
164164
COMMIT 693
165165
<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
167167
</programlisting>
168168
</sect1>
169169

0 commit comments

Comments
 (0)