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
100dd889
Commit
100dd889
authored
Jul 22, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
f67e7904
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+5
-5
No files found.
doc/src/sgml/installation.sgml
View file @
100dd889
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.1
2 2000/07/21 00:44:12
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.1
3 2000/07/22 14:48:01
petere Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
...
@@ -204,7 +204,7 @@ su - postgres
...
@@ -204,7 +204,7 @@ su - postgres
<para>
<para>
You can also install the new version in parallel with the old one
You can also install the new version in parallel with the old one
to decrease the downtime. These topic are discussed at length in
to decrease the downtime. These topic
s
are discussed at length in
<![%flattext-install-include[the <citetitle>Administrator's Guide</>,]]>
<![%flattext-install-include[the <citetitle>Administrator's Guide</>,]]>
<![%flattext-install-ignore[<xref linkend="migration">,]]>
<![%flattext-install-ignore[<xref linkend="migration">,]]>
which you are encouraged
which you are encouraged
...
@@ -222,10 +222,10 @@ su - postgres
...
@@ -222,10 +222,10 @@ su - postgres
<step id="configure">
<step id="configure">
<title>Configuration</>
<title>Configuration</>
<para>
<para>
The first step of the installation procedure to configure the
The first step of the installation procedure
is
to configure the
source tree for your system and choose the options you would like.
source tree for your system and choose the options you would like.
This is done by running the <filename>configure</> script. For a
This is done by running the <filename>configure</> script. For a
default installation
,
simply type
default installation simply type
<screen>
<screen>
<userinput>./configure</userinput>
<userinput>./configure</userinput>
</screen>
</screen>
...
@@ -907,7 +907,7 @@ nohup /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data \
...
@@ -907,7 +907,7 @@ nohup /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data \
<para>
<para>
To stop a server running in the background you can type
To stop a server running in the background you can type
<programlisting>
<programlisting>
kill `cat /usr/local/p
sg
ql/data/postmaster.pid`
kill `cat /usr/local/p
gs
ql/data/postmaster.pid`
</programlisting>
</programlisting>
</para>
</para>
...
...
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