Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
cc970724
Commit
cc970724
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Change > prompt to $
parent
1b7c13ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/pgctl-ref.sgml
+10
-10
10 additions, 10 deletions
doc/src/sgml/ref/pgctl-ref.sgml
with
10 additions
and
10 deletions
doc/src/sgml/ref/pgctl-ref.sgml
+
10
−
10
View file @
cc970724
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.
3
2000/0
5
/2
3 21:46:57
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.
4
2000/0
7
/2
1 00:42:34
momjian Exp $
Postgres documentation
-->
...
...
@@ -216,7 +216,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
To start up <application>postmaster</application>:
<programlisting>
>
pg_ctl start
$
pg_ctl start
</programlisting>
</para>
...
...
@@ -278,7 +278,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
<application>postmaster</application>, blocking until
postmaster comes up is:
<programlisting>
>
pg_ctl -w start
$
pg_ctl -w start
</programlisting>
</para>
...
...
@@ -287,7 +287,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
try:
<programlisting>
>
pg_ctl -p /usr/local/pgsq/bin/postmaster start
$
pg_ctl -p /usr/local/pgsq/bin/postmaster start
</programlisting>
</para>
...
...
@@ -296,7 +296,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
running without <function>fsync</function>, use:
<programlisting>
>
pg_ctl -o "-o -F -p 5433" start
$
pg_ctl -o "-o -F -p 5433" start
</programlisting>
</para>
</refsect2>
...
...
@@ -308,7 +308,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
<para>
<programlisting>
>
pg_ctl stop
$
pg_ctl stop
</programlisting>
stops postmaster. Using the <option>-m</option> switch allows one
...
...
@@ -342,7 +342,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
form:
<programlisting>
>
pg_ctl restart
$
pg_ctl restart
</programlisting>
</para>
...
...
@@ -351,7 +351,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
waiting for it to shut down and to come up:
<programlisting>
>
pg_ctl -w restart
$
pg_ctl -w restart
</programlisting>
</para>
...
...
@@ -359,7 +359,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
To restart using port 5433 and disabling fsync after restarting:
<programlisting>
>
pg_ctl -o "-o -F -p 5433" restart
$
pg_ctl -o "-o -F -p 5433" restart
</programlisting>
</para>
</refsect2>
...
...
@@ -373,7 +373,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
To get status information from postmaster:
<programlisting>
>
pg_ctl status
$
pg_ctl status
</programlisting>
</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment