Add --help output for "standby clone"

This commit is contained in:
Ian Barwick
2017-08-25 23:07:17 +09:00
parent c1ed248fb1
commit 57215a8bd7

View File

@@ -4245,6 +4245,15 @@ do_standby_help(void)
printf(_("STANDBY CLONE\n"));
puts("");
printf(_(" \"standby clone\" clones a standby from the primary or an upstream node.\n"));
printf(_(" -c, --fast-checkpoint force fast checkpoint\n"));
printf(_(" --copy-external-config-files[={samepath|pgdata}]\n" \
" copy configuration files located outside the \n" \
" data directory to the same path on the standby (default) or to the\n" \
" PostgreSQL data directory\n"));
printf(_(" --no-upstream-connection when using Barman, do not connect to upstream node\n"));
printf(_(" --upstream-conninfo 'primary_conninfo' value to write in recovery.conf\n" \
" when the intended upstream server does not yet exist\n"));
puts("");
printf(_("STANDBY REGISTER\n"));