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

Commit0f6e2d0

Browse files
committed
Remove unsupported -u option from pg_standby example usage.
From Pavel Stehule.
1 parentd7153c5 commit0f6e2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_standby/pg_standby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ usage()
379379
fprintf(stderr," note space between [ARCHIVELOCATION] and [NEXTWALFILE]\n");
380380
fprintf(stderr,"with main intended use via restore_command in the recovery.conf\n");
381381
fprintf(stderr," restore_command = 'pg_standby [OPTION]... [ARCHIVELOCATION] %%f %%p'\n");
382-
fprintf(stderr,"e.g. restore_command = 'pg_standby -l-u/mnt/server/archiverdir %%f %%p'\n");
382+
fprintf(stderr,"e.g. restore_command = 'pg_standby -l /mnt/server/archiverdir %%f %%p'\n");
383383
fprintf(stderr,"\nOptions:\n");
384384
fprintf(stderr," -ccopies file from archive (default)\n");
385385
fprintf(stderr," -dgenerate lots of debugging output (testing only)\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp