From: Peter Eisentraut Date: Tue, 11 Feb 2020 22:47:36 +0000 (+0100) Subject: Document the pg_upgrade -j/--jobs option as taking an argument X-Git-Tag: REL9_6_18~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbb59546a0279046287a5f284a38cfd12ea4a953;p=thirdparty%2Fpostgresql.git Document the pg_upgrade -j/--jobs option as taking an argument --- diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index af8f72d8e2f..ad5dff1f7aa 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -113,8 +113,8 @@ - - + + number of simultaneous processes or threads to use diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c index 2e9a40c2b65..7ab284a51b9 100644 --- a/src/bin/pg_upgrade/option.c +++ b/src/bin/pg_upgrade/option.c @@ -285,7 +285,7 @@ Options:\n\ -c, --check check clusters only, don't change any data\n\ -d, --old-datadir=DATADIR old cluster data directory\n\ -D, --new-datadir=DATADIR new cluster data directory\n\ - -j, --jobs number of simultaneous processes or threads to use\n\ + -j, --jobs=NUM number of simultaneous processes or threads to use\n\ -k, --link link instead of copying files to new cluster\n\ -o, --old-options=OPTIONS old cluster options to pass to the server\n\ -O, --new-options=OPTIONS new cluster options to pass to the server\n\