mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
doc: use wording "restore" instead of "reload" of dumps
Reported-by: axel.kluener@gmail.com Discussion: https://postgr.es/m/164736074430.660.3645615289283943146@wrigleys.postgresql.org Backpatch-through: 11
This commit is contained in:
@@ -39,7 +39,7 @@ PostgreSQL documentation
|
||||
<para>
|
||||
<application>pg_upgrade</application> (formerly called <application>pg_migrator</application>) allows data
|
||||
stored in <productname>PostgreSQL</productname> data files to be upgraded to a later <productname>PostgreSQL</productname>
|
||||
major version without the data dump/reload typically required for
|
||||
major version without the data dump/restore typically required for
|
||||
major version upgrades, e.g., from 9.5.8 to 9.6.4 or from 10.7 to 11.2.
|
||||
It is not required for minor version upgrades, e.g., from 9.6.2 to 9.6.3
|
||||
or from 10.1 to 10.2.
|
||||
@@ -420,7 +420,7 @@ 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 reload database schemas
|
||||
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
|
||||
CPU cores and tablespaces. This option can dramatically reduce the
|
||||
time to upgrade a multi-database server running on a multiprocessor
|
||||
|
Reference in New Issue
Block a user