Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca797f5

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

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 --slottest --create-slot
158-
$ pg_recvlogical -d postgres --slottest --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 --slottest --drop-slot
166+
$ pg_recvlogical -d postgres --slot=test --drop-slot
167167
</programlisting>
168168
</sect1>
169169

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp