Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5b36221c
Commit
5b36221c
authored
Oct 06, 2020
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand installation documentation to cover binary installations
Reviewed-By: David G. Johnston, Daniel Gustafsson
parent
0a3c864c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
2 deletions
+29
-2
doc/src/sgml/filelist.sgml
doc/src/sgml/filelist.sgml
+1
-0
doc/src/sgml/install-binaries.sgml
doc/src/sgml/install-binaries.sgml
+24
-0
doc/src/sgml/install-windows.sgml
doc/src/sgml/install-windows.sgml
+2
-1
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+1
-1
doc/src/sgml/postgres.sgml
doc/src/sgml/postgres.sgml
+1
-0
No files found.
doc/src/sgml/filelist.sgml
View file @
5b36221c
...
...
@@ -36,6 +36,7 @@
<!ENTITY client-auth SYSTEM "client-auth.sgml">
<!ENTITY diskusage SYSTEM "diskusage.sgml">
<!ENTITY high-availability SYSTEM "high-availability.sgml">
<!ENTITY installbin SYSTEM "install-binaries.sgml">
<!ENTITY installation SYSTEM "installation.sgml">
<!ENTITY installw SYSTEM "install-windows.sgml">
<!ENTITY maintenance SYSTEM "maintenance.sgml">
...
...
doc/src/sgml/install-binaries.sgml
0 → 100644
View file @
5b36221c
<!-- 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>
doc/src/sgml/install-windows.sgml
View file @
5b36221c
...
...
@@ -11,7 +11,8 @@
<para>
It is recommended that most users download the binary distribution for
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>
or extensions.
</para>
...
...
doc/src/sgml/installation.sgml
View file @
5b36221c
...
...
@@ -21,7 +21,7 @@ documentation. See standalone-profile.xsl for details.
<
productname
>
PostgreSQL
</
productname
>
using
the
source
code
distribution
.
If
you
are
installing
a
pre
-
packaged
distribution
,
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
>
...
...
doc/src/sgml/postgres.sgml
View file @
5b36221c
...
...
@@ -154,6 +154,7 @@ break is not needed in a wider output rendering.
</para>
</partintro>
&installbin;
&installation;
&installw;
&runtime;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment