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
28d5c565
Commit
28d5c565
authored
Dec 22, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wording improvements for pg_ctl manual page.
parent
de9a4c27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
+10
-9
No files found.
doc/src/sgml/ref/pg_ctl-ref.sgml
View file @
28d5c565
...
...
@@ -487,7 +487,7 @@ PostgreSQL documentation
<para>
The existence of this file in the data directory is used to help
<application>pg_ctl</application> determine if the server is
currently running
or not
.
currently running.
</para>
</listitem>
</varlistentry>
...
...
@@ -536,8 +536,8 @@ PostgreSQL documentation
</para>
<para>
An example of starting the server,
blocking until the server ha
s
come up is
:
An example of starting the server,
and waiting until the server i
s
accepting connection
:
<screen>
<prompt>$</prompt> <userinput>pg_ctl -w start</userinput>
</screen>
...
...
@@ -555,11 +555,12 @@ PostgreSQL documentation
<refsect2 id="R2-APP-PGCTL-4">
<title>Stopping the Server</title>
<para>
To stop the server, use:
<screen>
<prompt>$</prompt> <userinput>pg_ctl stop</userinput>
</screen>
stops the server. Using the <option>-m</option> switch allows one
to control <emphasis>how</emphasis> the backend
shuts down.
The <option>-m</option> option allows control over
<emphasis>how</emphasis> the server
shuts down.
</para>
</refsect2>
...
...
@@ -568,7 +569,7 @@ PostgreSQL documentation
<para>
Restarting the server is almost equivalent to stopping the
server and starting it again
server and starting it again
,
except that <command>pg_ctl</command> saves and reuses the command line options that
were passed to the previously running instance. To restart
the server in the simplest form, use:
...
...
@@ -579,14 +580,14 @@ PostgreSQL documentation
<para>
To restart the server,
waiting for it to shut down and
come up again
:
waiting for it to shut down and
restart
:
<screen>
<prompt>$</prompt> <userinput>pg_ctl -w restart</userinput>
</screen>
</para>
<para>
To restart using port 5433 and disab
ling <function>fsync</> after restarting
:
To restart using port 5433 and disab
e <function>fsync</> upon restart
:
<screen>
<prompt>$</prompt> <userinput>pg_ctl -o "-F -p 5433" restart</userinput>
</screen>
...
...
@@ -597,7 +598,7 @@ PostgreSQL documentation
<title>Showing the Server Status</title>
<para>
Here is
a
sample status output from
Here is sample status output from
<application>pg_ctl</application>:
<screen>
<prompt>$</prompt> <userinput>pg_ctl status</userinput>
...
...
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