Skip to content

Commit e266be9

Browse files
committed
Remove obsolete claim that gzip is needed while installing PG's documentation.
It isn't, now that we ship the docs as loose files rather than a sub-tarball. Also adjust the wording in a couple of places to make the lists of required software read more consistently.
1 parent a8745a9 commit e266be9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/src/sgml/installation.sgml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.348.2.4 2010/09/08 20:35:53 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.348.2.5 2010/09/09 17:19:46 tgl Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -97,9 +97,7 @@ su - postgres
9797
<para>
9898
<application>tar</> is required to unpack the source
9999
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</>.
103101
</para>
104102
</listitem>
105103

@@ -139,7 +137,7 @@ su - postgres
139137
<primary>zlib</primary>
140138
</indexterm>
141139

142-
The <productname>zlib</productname> compression library will be
140+
The <productname>zlib</productname> compression library is
143141
used by default. If you don't want to use it then you must
144142
specify the <option>--without-zlib</option> option to
145143
<filename>configure</filename>. Using this option disables
@@ -237,7 +235,7 @@ su - postgres
237235

238236
<listitem>
239237
<para>
240-
If you want to build the <application>PL/Tcl</application>
238+
To build the <application>PL/Tcl</application>
241239
procedural language, you of course need a <productname>Tcl</>
242240
installation. If you are using a pre-8.4 release of
243241
<productname>Tcl</>, ensure that it was built without multithreading
@@ -266,10 +264,10 @@ su - postgres
266264

267265
<listitem>
268266
<para>
269-
<application>Kerberos</>, <productname>OpenSSL</>,
267+
You need <application>Kerberos</>, <productname>OpenSSL</>,
270268
<productname>OpenLDAP</>, and/or
271269
<application>PAM</>, if you want to support authentication or
272-
encryption using these services.
270+
encryption using those services.
273271
</para>
274272
</listitem>
275273
</itemizedlist>

0 commit comments

Comments
 (0)