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

Lines changed: 3 additions & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy