mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Document the pg_upgrade -j/--jobs option as taking an argument
This commit is contained in:
parent
d48d8ba236
commit
cbb59546a0
2 changed files with 3 additions and 3 deletions
|
|
@ -113,8 +113,8 @@
|
|||
</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>
|
||||
|
|
|
|||
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Reference in a new issue