diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-10-04 03:14:13 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-10-04 03:14:13 +0000 |
| commit | 5ba1fab5fa2860da278f8945a2ef77b2e42bf015 (patch) | |
| tree | 53c633a1baa698960b4718812ccb76efdecbf1e3 /doc/src | |
| parent | 1c4d4cb17df0057aa56bc588d3fe60f49d83f9cf (diff) | |
Update INSTALL file for 7.4.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 92eb827547b..e8e9253671b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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"> <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 variables must be adjusted, the two most common being <varname>shared_buffers</varname> and <varname> sort_mem</varname> - mentioned in <xref linkend="runtime-config-resource-memory">. Other - parameters in <xref linkend="runtime-config-resource"> also affect - performance. + mentioned in <![%standalone-include[the documentation]]> + <![%standalone-ignore[<xref linkend="runtime-config-resource-memory">]]>. + Other parameters in <![%standalone-include[the documentation]]> + <![%standalone-ignore[<xref linkend="runtime-config-resource">]]> + also affect performance. </para> </sect2> |
