mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Expand installation documentation to cover binary installations
Reviewed-By: David G. Johnston, Daniel Gustafsson
This commit is contained in:
parent
0a3c864c32
commit
5b36221c46
@ -36,6 +36,7 @@
|
|||||||
<!ENTITY client-auth SYSTEM "client-auth.sgml">
|
<!ENTITY client-auth SYSTEM "client-auth.sgml">
|
||||||
<!ENTITY diskusage SYSTEM "diskusage.sgml">
|
<!ENTITY diskusage SYSTEM "diskusage.sgml">
|
||||||
<!ENTITY high-availability SYSTEM "high-availability.sgml">
|
<!ENTITY high-availability SYSTEM "high-availability.sgml">
|
||||||
|
<!ENTITY installbin SYSTEM "install-binaries.sgml">
|
||||||
<!ENTITY installation SYSTEM "installation.sgml">
|
<!ENTITY installation SYSTEM "installation.sgml">
|
||||||
<!ENTITY installw SYSTEM "install-windows.sgml">
|
<!ENTITY installw SYSTEM "install-windows.sgml">
|
||||||
<!ENTITY maintenance SYSTEM "maintenance.sgml">
|
<!ENTITY maintenance SYSTEM "maintenance.sgml">
|
||||||
|
24
doc/src/sgml/install-binaries.sgml
Normal file
24
doc/src/sgml/install-binaries.sgml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!-- doc/src/sgml/install-binaries.sgml -->
|
||||||
|
<chapter id="install-binaries">
|
||||||
|
<title>Installation from Binaries</title>
|
||||||
|
|
||||||
|
<indexterm>
|
||||||
|
<primary>installation</primary>
|
||||||
|
<secondary>binaries</secondary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<productname>PostgreSQL</productname> is available in the form of binary
|
||||||
|
packages for most common operating systems today. When available, this is
|
||||||
|
the recommended way to install PostgreSQL for users of the system. Building
|
||||||
|
from source (see <xref linkend="installation" />) is only recommended for
|
||||||
|
people developing <productname>PostgreSQL</productname> or extensions.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
For an updated list of platforms providing binary packages, please visit
|
||||||
|
the download section on the <productname>PostgreSQL</productname> website at
|
||||||
|
<ulink url="https://www.postgresql.org/download/"></ulink> and follow the
|
||||||
|
instructions for the specific platform.
|
||||||
|
</para>
|
||||||
|
</chapter>
|
@ -11,7 +11,8 @@
|
|||||||
<para>
|
<para>
|
||||||
It is recommended that most users download the binary distribution for
|
It is recommended that most users download the binary distribution for
|
||||||
Windows, available as a graphical installer package
|
Windows, available as a graphical installer package
|
||||||
from the <productname>PostgreSQL</productname> website. Building from source
|
from the <productname>PostgreSQL</productname> website at
|
||||||
|
<ulink url="https://www.postgresql.org/download/"></ulink>. Building from source
|
||||||
is only intended for people developing <productname>PostgreSQL</productname>
|
is only intended for people developing <productname>PostgreSQL</productname>
|
||||||
or extensions.
|
or extensions.
|
||||||
</para>
|
</para>
|
||||||
|
@ -21,7 +21,7 @@ documentation. See standalone-profile.xsl for details.
|
|||||||
<productname>PostgreSQL</productname> using the source code
|
<productname>PostgreSQL</productname> using the source code
|
||||||
distribution. If you are installing a pre-packaged distribution,
|
distribution. If you are installing a pre-packaged distribution,
|
||||||
such as an RPM or Debian package, ignore this chapter
|
such as an RPM or Debian package, ignore this chapter
|
||||||
and read the packager's instructions instead.
|
and see <xref linkend="install-binaries" /> instead.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -154,6 +154,7 @@ break is not needed in a wider output rendering.
|
|||||||
</para>
|
</para>
|
||||||
</partintro>
|
</partintro>
|
||||||
|
|
||||||
|
&installbin;
|
||||||
&installation;
|
&installation;
|
||||||
&installw;
|
&installw;
|
||||||
&runtime;
|
&runtime;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user