From eb50f053b5ecfe0a008f1105a1fce20ef227842e Mon Sep 17 00:00:00 2001 From: Tatsuro Yamada Date: Sat, 10 Jan 2026 11:37:36 +0900 Subject: [PATCH] Revised terminology for consistency: s/number-of-jobs/njobs/ --- doc/src/sgml/ref/pg_restore.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index a468a38361a..2c295bbf8dc 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -259,14 +259,14 @@ PostgreSQL documentation - - + + Run the most time-consuming steps of pg_restore — those that load data, create indexes, or create constraints — concurrently, using up - to number-of-jobs + to njobs concurrent sessions. This option can dramatically reduce the time to restore a large database to a server running on a multiprocessor machine. This option is ignored when emitting a script -- 2.43.5