Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5b36221

Browse files
committed
Expand installation documentation to cover binary installations
Reviewed-By: David G. Johnston, Daniel Gustafsson
1 parent 0a3c864 commit 5b36221

File tree

5 files changed

+29
-2
lines changed

5 files changed

+29
-2
lines changed

doc/src/sgml/filelist.sgml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<!ENTITY client-auth SYSTEM "client-auth.sgml">
3737
<!ENTITY diskusage SYSTEM "diskusage.sgml">
3838
<!ENTITY high-availability SYSTEM "high-availability.sgml">
39+
<!ENTITY installbin SYSTEM "install-binaries.sgml">
3940
<!ENTITY installation SYSTEM "installation.sgml">
4041
<!ENTITY installw SYSTEM "install-windows.sgml">
4142
<!ENTITY maintenance SYSTEM "maintenance.sgml">

doc/src/sgml/install-binaries.sgml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- doc/src/sgml/install-binaries.sgml -->
2+
<chapter id="install-binaries">
3+
<title>Installation from Binaries</title>
4+
5+
<indexterm>
6+
<primary>installation</primary>
7+
<secondary>binaries</secondary>
8+
</indexterm>
9+
10+
<para>
11+
<productname>PostgreSQL</productname> is available in the form of binary
12+
packages for most common operating systems today. When available, this is
13+
the recommended way to install PostgreSQL for users of the system. Building
14+
from source (see <xref linkend="installation" />) is only recommended for
15+
people developing <productname>PostgreSQL</productname> or extensions.
16+
</para>
17+
18+
<para>
19+
For an updated list of platforms providing binary packages, please visit
20+
the download section on the <productname>PostgreSQL</productname> website at
21+
<ulink url="https://www.postgresql.org/download/"></ulink> and follow the
22+
instructions for the specific platform.
23+
</para>
24+
</chapter>

doc/src/sgml/install-windows.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<para>
1212
It is recommended that most users download the binary distribution for
1313
Windows, available as a graphical installer package
14-
from the <productname>PostgreSQL</productname> website. Building from source
14+
from the <productname>PostgreSQL</productname> website at
15+
<ulink url="https://www.postgresql.org/download/"></ulink>. Building from source
1516
is only intended for people developing <productname>PostgreSQL</productname>
1617
or extensions.
1718
</para>

doc/src/sgml/installation.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ documentation. See standalone-profile.xsl for details.
2121
<productname>PostgreSQL</productname> using the source code
2222
distribution. If you are installing a pre-packaged distribution,
2323
such as an RPM or Debian package, ignore this chapter
24-
and read the packager's instructions instead.
24+
and see <xref linkend="install-binaries" /> instead.
2525
</para>
2626

2727
<para>

doc/src/sgml/postgres.sgml

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ break is not needed in a wider output rendering.
154154
</para>
155155
</partintro>
156156

157+
&installbin;
157158
&installation;
158159
&installw;
159160
&runtime;

0 commit comments

Comments
 (0)