]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Document the pg_upgrade -j/--jobs option as taking an argument
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 11 Feb 2020 22:47:36 +0000 (23:47 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 11 Feb 2020 22:58:16 +0000 (23:58 +0100)
doc/src/sgml/ref/pgupgrade.sgml
src/bin/pg_upgrade/option.c

index af8f72d8e2fa2ea8c55167e5b82f78287dae1473..ad5dff1f7aa51b658537ecad5ab5784412c1a9e0 100644 (file)
      </varlistentry>
 
      <varlistentry>
-      <term><option>-j</option></term>
-      <term><option>--jobs</option></term>
+      <term><option>-j <replaceable class="parameter">njobs</replaceable></option></term>
+      <term><option>--jobs=<replaceable class="parameter">njobs</replaceable></option></term>
       <listitem><para>number of simultaneous processes or threads to use
       </para></listitem>
      </varlistentry>
index 2e9a40c2b65b30ebfd88032fc998d07d081fb61d..7ab284a51b963108938c614edd198906a2ec4ae8 100644 (file)
@@ -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\