1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.12 2000/07/21 00:44:12 petere Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.13 2000/07/22 14:48:01 petere Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -204,7 +204,7 @@ su - postgres
204
204
205
205
<para>
206
206
You can also install the new version in parallel with the old one
207
- to decrease the downtime. Thesetopic are discussed at length in
207
+ to decrease the downtime. Thesetopics are discussed at length in
208
208
<![%flattext-install-include[the <citetitle>Administrator's Guide</>,]]>
209
209
<![%flattext-install-ignore[<xref linkend="migration">,]]>
210
210
which you are encouraged
@@ -222,10 +222,10 @@ su - postgres
222
222
<step id="configure">
223
223
<title>Configuration</>
224
224
<para>
225
- The first step of the installation procedure to configure the
225
+ The first step of the installation procedureis to configure the
226
226
source tree for your system and choose the options you would like.
227
227
This is done by running the <filename>configure</> script. For a
228
- default installation, simply type
228
+ default installation simply type
229
229
<screen>
230
230
<userinput>./configure</userinput>
231
231
</screen>
@@ -907,7 +907,7 @@ nohup /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data \
907
907
<para>
908
908
To stop a server running in the background you can type
909
909
<programlisting>
910
- kill `cat /usr/local/psgql /data/postmaster.pid`
910
+ kill `cat /usr/local/pgsql /data/postmaster.pid`
911
911
</programlisting>
912
912
</para>
913
913