File tree 5 files changed +29
-2
lines changed
5 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 36
36
<!ENTITY client-auth SYSTEM "client-auth.sgml">
37
37
<!ENTITY diskusage SYSTEM "diskusage.sgml">
38
38
<!ENTITY high-availability SYSTEM "high-availability.sgml">
39
+ <!ENTITY installbin SYSTEM "install-binaries.sgml">
39
40
<!ENTITY installation SYSTEM "installation.sgml">
40
41
<!ENTITY installw SYSTEM "install-windows.sgml">
41
42
<!ENTITY maintenance SYSTEM "maintenance.sgml">
Original file line number Diff line number Diff line change
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>
Original file line number Diff line number Diff line change 11
11
<para>
12
12
It is recommended that most users download the binary distribution for
13
13
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
15
16
is only intended for people developing <productname>PostgreSQL</productname>
16
17
or extensions.
17
18
</para>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ documentation. See standalone-profile.xsl for details.
21
21
<productname>PostgreSQL</productname> using the source code
22
22
distribution. If you are installing a pre-packaged distribution,
23
23
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.
25
25
</para>
26
26
27
27
<para>
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ break is not needed in a wider output rendering.
154
154
</para>
155
155
</partintro>
156
156
157
+ &installbin;
157
158
&installation;
158
159
&installw;
159
160
&runtime;
You can’t perform that action at this time.
0 commit comments