|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.352 2010/09/08 20:35:51 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.353 2010/09/09 17:19:40 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -97,9 +97,7 @@ su - postgres |
97 | 97 | <para> |
98 | 98 | <application>tar</> is required to unpack the source |
99 | 99 | distribution, in addition to either |
100 | | - <application>gzip</> or <application>bzip2</>. In |
101 | | - addition, <application>gzip</> is required to install the |
102 | | - documentation. |
| 100 | + <application>gzip</> or <application>bzip2</>. |
103 | 101 | </para> |
104 | 102 | </listitem> |
105 | 103 |
|
@@ -139,7 +137,7 @@ su - postgres |
139 | 137 | <primary>zlib</primary> |
140 | 138 | </indexterm> |
141 | 139 |
|
142 | | - The <productname>zlib</productname> compression library will be |
| 140 | + The <productname>zlib</productname> compression library is |
143 | 141 | used by default. If you don't want to use it then you must |
144 | 142 | specify the <option>--without-zlib</option> option to |
145 | 143 | <filename>configure</filename>. Using this option disables |
@@ -237,7 +235,7 @@ su - postgres |
237 | 235 |
|
238 | 236 | <listitem> |
239 | 237 | <para> |
240 | | - If you want to build the <application>PL/Tcl</application> |
| 238 | + To build the <application>PL/Tcl</application> |
241 | 239 | procedural language, you of course need a <productname>Tcl</> |
242 | 240 | installation. If you are using a pre-8.4 release of |
243 | 241 | <productname>Tcl</>, ensure that it was built without multithreading |
@@ -266,10 +264,10 @@ su - postgres |
266 | 264 |
|
267 | 265 | <listitem> |
268 | 266 | <para> |
269 | | - <application>Kerberos</>, <productname>OpenSSL</>, |
| 267 | + You need <application>Kerberos</>, <productname>OpenSSL</>, |
270 | 268 | <productname>OpenLDAP</>, and/or |
271 | 269 | <application>PAM</>, if you want to support authentication or |
272 | | - encryption using these services. |
| 270 | + encryption using those services. |
273 | 271 | </para> |
274 | 272 | </listitem> |
275 | 273 | </itemizedlist> |
|
0 commit comments