diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 9877f2f01c6..fc2d0ff8451 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -118,7 +118,7 @@ PostgreSQL documentation <varlistentry> <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 + <listitem><para>number of simultaneous connections and processes/threads to use </para></listitem> </varlistentry> @@ -587,8 +587,8 @@ NET STOP postgresql-&majorversion; <para> The <option>--jobs</option> option allows multiple CPU cores to be used - for copying/linking of files and to dump and restore database schemas - in parallel; a good place to start is the maximum of the number of + for copying/linking of files, dumping and restoring database schemas + in parallel, etc.; a good place to start is the maximum of the number of CPU cores and tablespaces. This option can dramatically reduce the time to upgrade a multi-database server running on a multiprocessor machine. |