From ae96b1f94081790c838dd87a858062e1a4a5dfbb Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 22 Sep 2020 14:31:05 -0400 Subject: [PATCH 3/5] Retitle Linux distro package sections This uses the verbiage "Native Packages" to distinguish between what's included in a distribution vs. what's available in the .org infrastructure. This also removes the Debian backports section from the Debian page, as there was little outbound traffic going to the URLs provided. --- templates/pages/download/linux/debian.html | 15 +-------------- templates/pages/download/linux/redhat.html | 2 +- templates/pages/download/linux/suse.html | 2 +- templates/pages/download/linux/ubuntu.html | 2 +- 4 files changed, 4 insertions(+), 17 deletions(-) diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index fc27af6..1875271 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -67,7 +67,7 @@ questions, please see the apt page on the wiki.

-

Included in distribution

+

Debian Native Packages

Debian includes PostgreSQL by default. To install PostgreSQL on Debian, use the apt-get (or other apt-driving) command: @@ -109,19 +109,6 @@ version number as required): -

Debian backports

-

-Newer versions of PostgreSQL for older versions of Debians are available -in Debian backports. For -information on how to enable and use the backports repository, please -see the -backports instructions page at Debian. -

-

-Once backports is enabled, you can install PostgreSQL the same way as with -the builtin repositories. -

- {%include "pages/download/linux/linux_oneclick.inc" %}

Platform support

diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 5a5b59c..dc71e9b 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -67,7 +67,7 @@ To use the PostgreSQL Yum Repository, follow these steps: -

Included in Distribution

+

Red Hat Family Native Packages

These distributions all include PostgreSQL by default. To install PostgreSQL from these repositories, use the yum command on RHEL 6 and 7: diff --git a/templates/pages/download/linux/suse.html b/templates/pages/download/linux/suse.html index 6df6b44..dd19ac4 100644 --- a/templates/pages/download/linux/suse.html +++ b/templates/pages/download/linux/suse.html @@ -21,7 +21,7 @@ The PostgreSQL RPM repository currently supports SUSE Enterprise Linux 15 SP1 an To use the SUSE RPM repository, please follow these instructions.

-

Included in distribution

+

openSUSE Native Packages

RPMs for SUSE Linux and openSUSE are available from the openSUSE Build Service diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index 08f2190..5d226db 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -66,7 +66,7 @@ questions, please see the the wiki.

-

Included in distribution

+

Ubuntu Native Packages

Ubuntu includes PostgreSQL by default. To install PostgreSQL on Ubuntu, use the apt-get (or other apt-driving) command: -- 2.21.1 (Apple Git-122.3)