pgsql: doc: Improve description of pg_restore --jobs

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve description of pg_restore --jobs
Date: 2026-01-11 06:26:49
Message-ID: E1veouW-005yEL-00@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve description of pg_restore --jobs

The parameter name used for the option value was named "number-of-jobs",
which was inconsistent with what all the other tools with an option
called --jobs use. This commit updates the parameter name to "njobs".

Author: Tatsuro Yamada <yamatattsu(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAOKkKFvHqA6Tny0RKkezWVfVV91nPJyj4OGtMi3C1RznDVXqrg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/540c39cc56f51b27bff9a6fc78d6524564953c6c

Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2026-01-11 19:53:42 pgsql: pg_dump: Fix memory leak in dumpSequenceData().
Previous Message Michael Paquier 2026-01-10 23:25:27 pgsql: Fix some typos across the board