1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update INSTALL file for 7.4.

This commit is contained in:
Bruce Momjian
2003-10-04 03:14:13 +00:00
parent 1c4d4cb17d
commit 5ba1fab5fa
2 changed files with 787 additions and 851 deletions

1628
INSTALL

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.145 2003/09/27 14:06:21 momjian Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.146 2003/10/04 03:14:13 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -1169,9 +1169,11 @@ All of PostgreSQL is successfully made. Ready to install.
optimum performance. To achieve optimum performance, several server optimum performance. To achieve optimum performance, several server
variables must be adjusted, the two most common being variables must be adjusted, the two most common being
<varname>shared_buffers</varname> and <varname> sort_mem</varname> <varname>shared_buffers</varname> and <varname> sort_mem</varname>
mentioned in <xref linkend="runtime-config-resource-memory">. Other mentioned in <![%standalone-include[the documentation]]>
parameters in <xref linkend="runtime-config-resource"> also affect <![%standalone-ignore[<xref linkend="runtime-config-resource-memory">]]>.
performance. Other parameters in <![%standalone-include[the documentation]]>
<![%standalone-ignore[<xref linkend="runtime-config-resource">]]>
also affect performance.
</para> </para>
</sect2> </sect2>