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
7a74d70e
Commit
7a74d70e
authored
May 25, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-order pg_upgrade 'help' options to be alphabetical.
parent
63686827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
contrib/pg_upgrade/option.c
contrib/pg_upgrade/option.c
+5
-6
No files found.
contrib/pg_upgrade/option.c
View file @
7a74d70e
...
@@ -226,19 +226,18 @@ usage(migratorContext *ctx)
...
@@ -226,19 +226,18 @@ usage(migratorContext *ctx)
printf
(
_
(
"
\n
Usage: pg_upgrade [OPTIONS]...
\n
\
printf
(
_
(
"
\n
Usage: pg_upgrade [OPTIONS]...
\n
\
\n
\
\n
\
Options:
\n
\
Options:
\n
\
-d, --old-datadir=OLDDATADIR old cluster data directory
\n
\
-D, --new-datadir=NEWDATADIR new cluster data directory
\n
\
-b, --old-bindir=OLDBINDIR old cluster executable directory
\n
\
-b, --old-bindir=OLDBINDIR old cluster executable directory
\n
\
-B, --new-bindir=NEWBINDIR new cluster executable directory
\n
\
-B, --new-bindir=NEWBINDIR new cluster executable directory
\n
\
-p, --old-port=portnum old cluster port number (default %d)
\n
\
-P, --new-port=portnum new cluster port number (default %d)
\n
\
\n
\
-u, --user=username clusters superuser (default
\"
%s
\"
)
\n
\
-c, --check check clusters only, don't change any data
\n
\
-c, --check check clusters only, don't change any data
\n
\
-d, --old-datadir=OLDDATADIR old cluster data directory
\n
\
-D, --new-datadir=NEWDATADIR new cluster data directory
\n
\
-g, --debug enable debugging
\n
\
-g, --debug enable debugging
\n
\
-G, --debugfile=DEBUGFILENAME output debugging activity to file
\n
\
-G, --debugfile=DEBUGFILENAME output debugging activity to file
\n
\
-k, --link link instead of copying files to new cluster
\n
\
-k, --link link instead of copying files to new cluster
\n
\
-l, --logfile=LOGFILENAME log session activity to file
\n
\
-l, --logfile=LOGFILENAME log session activity to file
\n
\
-p, --old-port=portnum old cluster port number (default %d)
\n
\
-P, --new-port=portnum new cluster port number (default %d)
\n
\
-u, --user=username clusters superuser (default
\"
%s
\"
)
\n
\
-v, --verbose enable verbose output
\n
\
-v, --verbose enable verbose output
\n
\
-V, --version display version information, then exit
\n
\
-V, --version display version information, then exit
\n
\
-h, --help show this help, then exit
\n
\
-h, --help show this help, then exit
\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