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
fbe4b755
Commit
fbe4b755
authored
Jun 25, 2004
by
Dennis Bjorklund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make pg_ctl possible to translate. Strings marked for
translation has to be complete sentences.
parent
dcd97c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_ctl/pg_ctl.c
+7
-7
No files found.
src/bin/pg_ctl/pg_ctl.c
View file @
fbe4b755
...
...
@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.1
7 2004/06/24 18:23:26 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.1
8 2004/06/25 08:49:28 dennis
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -1016,8 +1016,8 @@ do_advice(void)
static
void
do_help
(
void
)
{
printf
(
_
(
"%s is a utility to start, stop, restart, reload configuration files,
\n
"
),
progname
);
printf
(
_
(
"report the status of a PostgreSQL server, or kill a PostgreSQL process
\n\n
"
)
);
printf
(
_
(
"%s is a utility to start, stop, restart, reload configuration files,
\n
"
"report the status of a PostgreSQL server, or kill a PostgreSQL process
\n\n
"
),
progname
);
printf
(
_
(
"Usage:
\n
"
));
printf
(
_
(
" %s start [-w] [-D DATADIR] [-s] [-l FILENAME] [-o
\"
OPTIONS
\"
]
\n
"
),
progname
);
printf
(
_
(
" %s stop [-W] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]
\n
"
),
progname
);
...
...
@@ -1044,10 +1044,10 @@ do_help(void)
printf
(
_
(
"(The default is to wait for shutdown, but not for start or restart.)
\n\n
"
));
printf
(
_
(
"If the -D option is omitted, the environment variable PGDATA is used.
\n\n
"
));
printf
(
_
(
"Options for start or restart:
\n
"
));
printf
(
_
(
" -l, --log FILENAME write (or append) server log to FILENAME. The
\n
"
));
printf
(
_
(
" use of this option is highly recommended.
\n
"
));
printf
(
_
(
" -o OPTIONS command line options to pass to the postmaster
\n
"
));
printf
(
_
(
" (PostgreSQL server executable)
\n
"
));
printf
(
_
(
" -l, --log FILENAME write (or append) server log to FILENAME. The
\n
"
" use of this option is highly recommended.
\n
"
));
printf
(
_
(
" -o OPTIONS command line options to pass to the postmaster
\n
"
" (PostgreSQL server executable)
\n
"
));
printf
(
_
(
" -p PATH-TO-POSTMASTER normally not necessary
\n\n
"
));
printf
(
_
(
"Options for stop or restart:
\n
"
));
printf
(
_
(
" -m SHUTDOWN-MODE may be 'smart', 'fast', or 'immediate'
\n\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