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
6fa51c79
Commit
6fa51c79
authored
8 years ago
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pg_ctl: Add promote wait option to help output
pointed out by Masahiko Sawada <sawada.mshk@gmail.com>
parent
3c2d5d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_ctl/pg_ctl.c
+3
-3
No files found.
src/bin/pg_ctl/pg_ctl.c
View file @
6fa51c79
...
...
@@ -1941,9 +1941,9 @@ do_help(void)
printf
(
_
(
" %s stop [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]
\n
"
),
progname
);
printf
(
_
(
" %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]
\n
"
" [-o
\"
OPTIONS
\"
]
\n
"
),
progname
);
printf
(
_
(
" %s reload [-D DATADIR] [-s]
\n
"
),
progname
);
printf
(
_
(
" %s status [-D DATADIR]
\n
"
),
progname
);
printf
(
_
(
" %s promote [-D DATADIR] [-s]
\n
"
),
progname
);
printf
(
_
(
" %s reload
[-D DATADIR] [-s]
\n
"
),
progname
);
printf
(
_
(
" %s status
[-D DATADIR]
\n
"
),
progname
);
printf
(
_
(
" %s promote [-
w] [-t SECS] [-
D DATADIR] [-s]
\n
"
),
progname
);
printf
(
_
(
" %s kill SIGNALNAME PID
\n
"
),
progname
);
#ifdef WIN32
printf
(
_
(
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]
\n
"
...
...
This diff is collapsed.
Click to expand it.
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