Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e49d5ebb
Commit
e49d5ebb
authored
Feb 11, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the pg_upgrade -j/--jobs option as taking an argument
parent
701a51fd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/ref/pgupgrade.sgml
doc/src/sgml/ref/pgupgrade.sgml
+2
-2
src/bin/pg_upgrade/option.c
src/bin/pg_upgrade/option.c
+1
-1
No files found.
doc/src/sgml/ref/pgupgrade.sgml
View file @
e49d5ebb
...
@@ -114,8 +114,8 @@
...
@@ -114,8 +114,8 @@
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><option>-j</option></term>
<term><option>-j
<replaceable class="parameter">njobs</replaceable>
</option></term>
<term><option>--jobs</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 processes or threads to use
</para></listitem>
</para></listitem>
</varlistentry>
</varlistentry>
...
...
src/bin/pg_upgrade/option.c
View file @
e49d5ebb
...
@@ -295,7 +295,7 @@ usage(void)
...
@@ -295,7 +295,7 @@ usage(void)
printf
(
_
(
" -c, --check check clusters only, don't change any data
\n
"
));
printf
(
_
(
" -c, --check check clusters only, don't change any data
\n
"
));
printf
(
_
(
" -d, --old-datadir=DATADIR old cluster data directory
\n
"
));
printf
(
_
(
" -d, --old-datadir=DATADIR old cluster data directory
\n
"
));
printf
(
_
(
" -D, --new-datadir=DATADIR new cluster data directory
\n
"
));
printf
(
_
(
" -D, --new-datadir=DATADIR new cluster data directory
\n
"
));
printf
(
_
(
" -j, --jobs
number of simultaneous processes or threads to use
\n
"
));
printf
(
_
(
" -j, --jobs
=NUM
number of simultaneous processes or threads to use
\n
"
));
printf
(
_
(
" -k, --link link instead of copying files to new cluster
\n
"
));
printf
(
_
(
" -k, --link link instead of copying files to new cluster
\n
"
));
printf
(
_
(
" -o, --old-options=OPTIONS old cluster options to pass to the server
\n
"
));
printf
(
_
(
" -o, --old-options=OPTIONS old cluster options to pass to the server
\n
"
));
printf
(
_
(
" -O, --new-options=OPTIONS new cluster options to pass to the server
\n
"
));
printf
(
_
(
" -O, --new-options=OPTIONS new cluster options to pass to the server
\n
"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment