mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Minor copy-editing.
This commit is contained in:
parent
58b4886004
commit
5ac4f32f0f
@ -96,11 +96,11 @@ Features and packages:
|
|||||||
Alternatively, you can set variables on the <application>make</application>
|
Alternatively, you can set variables on the <application>make</application>
|
||||||
command line:
|
command line:
|
||||||
<synopsis>
|
<synopsis>
|
||||||
make [ <replaceable>variable</replaceable>=<replaceable class="parameter">value</replaceable> [,...] ]
|
make [ <replaceable>variable</replaceable>=<replaceable class="parameter">value</replaceable> [...] ]
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
A few of the many variables which can be specified are:
|
A few of the many variables that can be specified are:
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -181,7 +181,7 @@ Features and packages:
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
YFLAGS
|
<envar>YFLAGS</envar>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.37 2000/03/31 03:27:40 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.38 2000/03/31 15:00:14 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Chapter Id="install">
|
<Chapter Id="install">
|
||||||
@ -54,7 +54,7 @@ mv postgresql-7.0 /usr/src
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Although the minimum required memory for running <ProductName>PostgreSQL</ProductName>
|
Although the minimum required memory for running <ProductName>PostgreSQL</ProductName>
|
||||||
can be as little as 8MB, there are noticable speed improvements when expanding memory
|
can be as little as 8MB, there are noticeable speed improvements when expanding memory
|
||||||
up to 96MB or beyond. The rule is you can never have too much memory.
|
up to 96MB or beyond. The rule is you can never have too much memory.
|
||||||
</para>
|
</para>
|
||||||
<Para>
|
<Para>
|
||||||
@ -301,7 +301,7 @@ kill <replaceable>pid</replaceable>
|
|||||||
<tip>
|
<tip>
|
||||||
<para>
|
<para>
|
||||||
On systems which have <productname>PostgreSQL</productname> started at boot time, there
|
On systems which have <productname>PostgreSQL</productname> started at boot time, there
|
||||||
is probably a startup file which will accomplish the same thing. For example, on a
|
is probably a startup file that will accomplish the same thing. For example, on a
|
||||||
Redhat Linux system one might find that
|
Redhat Linux system one might find that
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/etc/rc.d/init.d/postgres.init stop
|
/etc/rc.d/init.d/postgres.init stop
|
||||||
|
Loading…
Reference in New Issue
Block a user