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

Commite726e59

Browse files
committed
Fix help message and document in pg_receivexlog.
Add SLOTNAME placeholder to --slot option in help message anddocument.
1 parent79a4d24 commite726e59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/ref/pg_receivexlog.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ PostgreSQL documentation
227227
</varlistentry>
228228

229229
<varlistentry>
230-
<term><option>--slot</option></term>
230+
<term><option>--slot=<replaceable class="parameter">slotname</replaceable></option></term>
231231
<listitem>
232232
<para>
233233
Require <application>pg_receivexlog</application> to use an existing

‎src/bin/pg_basebackup/pg_receivexlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ usage(void)
7474
printf(_(" -U, --username=NAME connect as specified database user\n"));
7575
printf(_(" -w, --no-password never prompt for password\n"));
7676
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
77-
printf(_(" --slot replication slot to use\n"));
77+
printf(_(" --slot=SLOTNAME replication slot to use\n"));
7878
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
7979
}
8080

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp