Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b81c7c

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 requiredsoftware read more consistently.
1 parent152c626 commit0b81c7c

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.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 $ -->
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 librarywill be
140+
The <productname>zlib</productname> compression libraryis
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 usingthese services.
270+
encryption usingthose services.
273271
</para>
274272
</listitem>
275273
</itemizedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp