|
1 | | -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.144 2003/09/26 17:47:44 momjian Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.145 2003/09/27 14:06:21 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -1167,10 +1167,10 @@ All of PostgreSQL is successfully made. Ready to install. |
1167 | 1167 | hardware. This allows it to start up with almost any hardware |
1168 | 1168 | configuration. However, the default configuration is not designed for |
1169 | 1169 | optimum performance. To achieve optimum performance, several server |
1170 | | - variables must be adjusted,the two most common being |
| 1170 | + variables must be adjusted, the two most common being |
1171 | 1171 | <varname>shared_buffers</varname> and <varname> sort_mem</varname> |
1172 | 1172 | mentioned in <xref linkend="runtime-config-resource-memory">. Other |
1173 | | -paramters in <xref linkend="runtime-config-resource"> also affect |
| 1173 | +parameters in <xref linkend="runtime-config-resource"> also affect |
1174 | 1174 | performance. |
1175 | 1175 | </para> |
1176 | 1176 | </sect2> |
|