From: Jonathan S. Katz Date: Mon, 16 Apr 2018 03:40:00 +0000 (-0400) Subject: Update "Downloads" pages for redesign. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3ef92d97021069801914229a9190e54b757da9cf;p=pgweb.git Update "Downloads" pages for redesign. The downloads workflow remains the same, but adds more structured elements to the page for easier viewing. Authors: Sarah Conway and me. --- diff --git a/templates/downloads/categorylist.html b/templates/downloads/categorylist.html index 06ae780d..73a87641 100644 --- a/templates/downloads/categorylist.html +++ b/templates/downloads/categorylist.html @@ -1,7 +1,7 @@ {%extends "base/page.html"%} {%block title%}Software Catalogue - Product Categories{%endblock%} {%block contents%} -

Software Catalogue - Product Categories

+

Software Catalogue - Product Categories

PostgreSQL-related interfaces, extensions and software are available from a wide variety of Open Source projects, companies and individuals. To help you find diff --git a/templates/downloads/ftpbrowser.html b/templates/downloads/ftpbrowser.html index 5c23f883..fd751281 100644 --- a/templates/downloads/ftpbrowser.html +++ b/templates/downloads/ftpbrowser.html @@ -1,7 +1,7 @@ {%extends "base/page.html"%} {%block title%}File Browser{%endblock%} {%block contents%} -

File Browser

+

File Browser

Top{%for b in breadcrumbs%} → {{b.name}}{%endfor%}

{%if directories%} diff --git a/templates/downloads/productlist.html b/templates/downloads/productlist.html index 28e25a28..0ef90a95 100644 --- a/templates/downloads/productlist.html +++ b/templates/downloads/productlist.html @@ -8,36 +8,30 @@

{{productcount}} product(s) were found in this category.

{{category.blurb|safe}}

-{%for product in products %} - -
- - - - - - - - - - - - - -{%if product.price%} - - - - -{%endif%} - - - - -
Product{{product.name}}
Description{{product.description|markdown}}
Licence{{product.licencetype}}
Pricing info{{product.price}}
Publisher{{product.org.name}}
-
- -{%endfor%} +{% for product in products %} +

{{product.name}}

+ + + + + + + + + + + + + + + + + + + +
DescriptionLicensePricingPublisher 
{{product.description|markdown}}{{product.licencetype}}{{product.price}}{{product.org.name}}View
+
+{% endfor %}

Note: The PostgreSQL Global Development Group do not endorse or recommend any products listed, and cannot vouch for the quality or reliability diff --git a/templates/pages/download.html b/templates/pages/download.html index 64df7653..4835a789 100644 --- a/templates/pages/download.html +++ b/templates/pages/download.html @@ -1,9 +1,8 @@ {%extends "base/page.html"%} {%block title%}Downloads{%endblock%} {%block contents%} -

-

Downloads

+

Downloads

PostgreSQL Core Distribution

@@ -27,11 +26,13 @@ systems:
  • Linux
  • macOS
  • @@ -44,7 +45,7 @@ systems:

    The source code can be found in the main file browser or you can access the source control repository directly -at git.postgresql.org. +at git.postgresql.org. Instructions for building from source can be found in the documentation.

    @@ -118,5 +119,4 @@ that you may find useful.

    File Browser

    You can download most of the software we publish from a mirror site using our File Browser.

    -
    {%endblock%} diff --git a/templates/pages/download/freebsd.html b/templates/pages/download/freebsd.html index 66e9755c..566c47ce 100644 --- a/templates/pages/download/freebsd.html +++ b/templates/pages/download/freebsd.html @@ -2,15 +2,15 @@ {%block title%}FreeBSD packages{%endblock%} {%block contents%} -

    FreeBSD packages

    +

    FreeBSD packages

    FreeBSD Ports

    -

    PostgreSQL packages are available for FreeBSD from the FreeBSD +

    PostgreSQL packages are available for FreeBSD from the FreeBSD Ports and Packages Collection. Please see the ports documentation for information on how to install ports.

    -

    A list of PostgreSQL +

    A list of PostgreSQL packages can be found using the Ports Search tool on the FreeBSD website.

    {%endblock%} diff --git a/templates/pages/download/linux.html b/templates/pages/download/linux.html index aff505f7..9cd6bcc7 100644 --- a/templates/pages/download/linux.html +++ b/templates/pages/download/linux.html @@ -2,17 +2,19 @@ {%block title%}Linux downloads (other){%endblock%} {%block contents%} -

    Linux downloads (other)

    +

    Linux downloads (other)

    Note! These are the generic Linux download instructions. If you are using one of the major Linux distributions, you should read the distribution specific instructions:

    Generic linux distributions

    diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index 09008690..f037c126 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -2,12 +2,12 @@ {%block title%}Linux downloads (Debian){%endblock%} {%block contents%} -

    Linux downloads (Debian)

    +

    Linux downloads (Debian)

    PostgreSQL is available in all Debian versions by default. However, the stable versions of Debians "snapshot" a specific version of PostgreSQL that is then supported throughout the lifetime of that Debian version. -The PostgreSQL project also maintains an apt repository with all supported +The PostgreSQL project also maintains an apt repository with all supported of PostgreSQL available.

    @@ -20,70 +20,102 @@ of PostgreSQL available. --> +

    PostgreSQL Apt Repository

    If the version included in your version of Debian is not the one you want, -you can use the PostgreSQL Apt Repository. This repository will integrate +you can use the PostgreSQL Apt Repository. This repository will integrate with your normal systems and patch management, and provide automatic updates for all supported versions of PostgreSQL throughout the support lifetime of PostgreSQL.

    The PostgreSQL apt repository supports the currently supported stable -versions of debian, wheezy (7.x) and Jessie (8.x) as well as Stretch (9.x), on amd64, i386 -and ppc64el architectures. +versions of Debian:

    +
      +
    • Stretch (9.x)
    • +
    • Jessie (8.x)
    • +
    • Wheezy (7.x)
    • +
    +

    on the following architectures:

    +
      +
    • amd64
    • +
    • i386
    • +
    • ppc64el
    • +

    To use the apt repository, follow these steps:

    -
      +
      1. -
      2. -
      3. Create the file /etc/apt/sources.list.d/pgdg.list, and add a line - for the repository - deb http://apt.postgresql.org/pub/repos/apt/ YOUR_DEBIAN_VERSION_HERE-pgdg main +
      4. + Create the file /etc/apt/sources.list.d/pgdg.list, and add a line + for the repository: +
        +     deb http://apt.postgresql.org/pub/repos/apt/ YOUR_DEBIAN_VERSION_HERE-pgdg main
      5. -
      6. Import the repository signing key, and update the package lists - -wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | \
        -  sudo apt-key add -
        -sudo apt-get update -
        +
      7. + Import the repository signing key, and update the package lists: +
        +     wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
        +     sudo apt-get update
      8. -
    +

    For more information about the apt repository, including answers to frequent questions, please see the apt page on -the wiki. +the wiki.

    Included in distribution

    Debian includes PostgreSQL by default. To install PostgreSQL on -Debian, use the apt-get (or other apt-driving) command: +Debian, use the apt-get (or other apt-driving) command:

    - -apt-get install postgresql-9.6 - +
    +  apt-get install postgresql-9.6
    +

    The repository contains many different packages including third party addons. The most common and important packages are (substitute the version number as required):

    -
      -
    • postgresql-client-9.6 - client libraries and client binaries
    • -
    • postgresql-9.6 - core database server
    • -
    • postgresql-contrib-9.6 - additional supplied modules
    • -
    • libpq-dev - libraries and headers for C language frontend development
    • -
    • postgresql-server-dev-9.6 - libraries and headers for C language backend development
    • -
    • pgadmin3 - pgAdmin III graphical administration utility
    • -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    postgresql-client-9.6client libraries and client binaries
    postgresql-9.6core database server
    postgresql-contrib-9.6additional supplied modules
    libpq-devlibraries and headers for C language frontend development
    postgresql-server-dev-9.6libraries and headers for C language backend development
    pgadmin4pgAdmin 4 graphical administration utility

    Debian backports

    @@ -105,40 +137,42 @@ the builtin repositories.

    The installers are tested by EnterpriseDB on the following platforms. They may also work on other variations or versions:

    -
    - +
    + + + - + - + - + - + - + -
    PostgreSQL Version 64 Bit Platforms 32 Bit Platforms
    1010 Debian 8.x & 7.x  
    9.69.6 Debian 8.x & 7.x  
    9.59.5 Debian 7.x Debian 7.x
    9.49.4 Debian 7.x Debian 7.x
    9.39.3 Debian 7.x Debian 7.x
    -
    + + {%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index d32f8b1d..3f8c78fb 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -5,10 +5,21 @@ {%endblock%} {%block contents%} -

    Linux downloads (Red Hat family)

    +

    Linux downloads (Red Hat family)

    +

    +The Red Hat family of distributions includes: +

    +

    +

      +
    • Red Hat Enterprise Linux
    • +
    • CentOS
    • +
    • Fedora
    • +
    • Scientific Linux
    • +
    • Oracle Linux
    • +
    +

    +

    and others.

    -The Red Hat family of distributions includes Red Hat Enterprise Linux, -CentOS, Fedora, Scientific Linux, Oracle Linux and others. PostgreSQL is available on these platforms by default. However, each version of the platform normally "snapshots" a specific version of PostgreSQL that is then supported throughout the lifetime of this platform. @@ -17,46 +28,56 @@ project provides a repository of packages of all supported versions for the most common distributions.

    -

    PostgreSQL Yum Repository

    + +

    PostgreSQL Yum Repository

    -This repository will integrate +The PostgreSQL Yum Repository will integrate with your normal systems and patch management, and provide automatic updates for all supported versions of PostgreSQL throughout the support lifetime of PostgreSQL.

    -The PostgreSQL yum repository currently supports Red Hat Enterprise Linux, -CentOS, Oracle Enterprise Linux and Scientific Linux, -as well as current versions of Fedora. Note that due to the shorter support cycle -on Fedora, all versions are not available on this platform, and we recommend not +The PostgreSQL Yum Repository currently supports: +

    +

    +

      +
    • Red Hat Enterprise Linux
    • +
    • CentOS
    • +
    • Scientific Linux
    • +
    • Oracle Linux
    • +
    • Fedora*
    • +
    +

    +

    *Note: due to the shorter support cycle +on Fedora, all supported versions of PostgreSQL are not available on this platform. We do not recommend using Fedora for server deployments.

    -To use the yum repository, follow these steps: +To use the PostgreSQL Yum Repository, follow these steps:

    -
      -
    • Select version:
    • -
    • Select platform:
    • -
    • Select architecture:
    • +
        +
      1. Select version:
      2. +
      3. Select platform:
      4. +
      5. Select architecture:
      6. Install the repository RPM: - +
        
           
      7. Install the client packages: - +
        
           
      8. Optionally install the server packages: - +
        
           
      9. Optionally initialize the database and enable automatic start: - +
        
           
      10. -
    +

    Included in distribution

    These distributions all include PostgreSQL by default. To install -PostgreSQL from these repositories, use the yum command on RHEL 5,6 and 7, -or dnf command on Fedora 24+: +PostgreSQL from these repositories, use the yum command on RHEL 5,6 and 7, +or dnf command on Fedora 24+:

    @@ -64,6 +85,9 @@ yum install postgresql-server

    +or dnf command on Fedora 24+: +

    +

    dnf install postgresql-server @@ -72,34 +96,36 @@ dnf install postgresql-server Which version of PostgreSQL you get will depend on the version of the distribution:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    DistributionVersion
    RHEL/CentOS/SL/OL 79.2(also supplies package rh-postgresql95 and rh-postgresql94 via SCL)
    RHEL/CentOS/SL/OL 68.4(also supplies package postgresql92)
    RHEL/CentOS/SL/OL 58.1 (also supplies package postgresql84)
    Fedora 259.6
    Fedora 249.4
    -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    DistributionVersion
    RHEL/CentOS/SL/OL 79.2 (also supplies package rh-postgresql95 and rh-postgresql94 via SCL)
    RHEL/CentOS/SL/OL 68.4 (also supplies package postgresql92)
    RHEL/CentOS/SL/OL 58.1 (also supplies package postgresql84)
    Fedora 259.6
    Fedora 249.4

    Other Red Hat family distributions may ship a different version of PostgreSQL by default, check with your distribution vendor to be sure. @@ -110,30 +136,48 @@ The repository contains many different packages including third party addons. The most common and important packages are (substitute the version number as required):

    -
      -
    • postgresql-client libraries and client binaries
    • -
    • postgresql-server core database server
    • -
    • postgresql-contrib additional supplied modules
    • -
    • postgresql-devel libraries and headers for C language development
    • -
    • pgadmin3 - pgAdmin III graphical administration utility
    • -
    + + + + + + + + + + + + + + + + + + + + + + + +
    postgresql-clientlibraries and client binaries
    postgresql-servercore database server
    postgresql-contribadditional supplied modules
    postgresql-devellibraries and headers for C language development
    pgadmin4pgAdmin 4 graphical administration utility
    -

    Post-installation

    +

    Post-installation

    Due to policies for Red Hat family distributions, the PostgreSQL installation will not be enabled for automatic start or have the database initialized automatically. To make your database installation complete, you need to -perform these two steps: - -service postgresql initdb
    -chkconfig postgresql on -
    -or, on Fedora 24 and other later derived distributions:
    - -postgresql-setup initdb
    -systemctl enable postgresql.service -systemctl start postgresql.service -
    +perform the following steps, based on your distribution: +

    For RHEL / CentOS / SL / OL 5,6

    +
    +  service postgresql initdb
    +  chkconfig postgresql on
    +
    +

    For RHEL / CentOS / SL / OL 7 or Fedora 24 and later derived distributions:

    +
    +  postgresql-setup initdb
    +  systemctl enable postgresql.service
    +  systemctl start postgresql.service
    +

    Direct RPM download

    @@ -153,45 +197,47 @@ and manual installation as well.

    The installers are tested by EnterpriseDB on the following platforms. They may also work on other variations or versions:

    -
    - +
    + + + - + - + - + - + - + - + -
    PostgreSQL Version 64 Bit Platforms 32 Bit Platforms
    1010 RHEL / CentOS / OEL 7.x & 6.x RHEL / CentOS / OEL 6.x
    9.69.6 RHEL / CentOS / OEL 7.x & 6.x RHEL / CentOS / OEL 6.x
    9.59.5 RHEL / CentOS / OEL 7.x & 6.x RHEL / CentOS / OEL 6.x
    9.49.4 RHEL / CentOS / OEL 7.x & 6.x RHEL / CentOS / OEL 6.x
    9.39.3 RHEL / CentOS / OEL 6.x RHEL / CentOS / OEL 6.x
    9.29.2 RHEL / CentOS / OEL 6.x, 5.x RHEL / CentOS / OEL 6.x, 5.x
    -
    + + {%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/suse.html b/templates/pages/download/linux/suse.html index 6a2304c6..64578a4a 100644 --- a/templates/pages/download/linux/suse.html +++ b/templates/pages/download/linux/suse.html @@ -2,7 +2,7 @@ {%block title%}Linux downloads (SuSE){%endblock%} {%block contents%} -

    Linux downloads (SuSE)

    +

    Linux downloads (SuSE)

    PostgreSQL is available in all SuSE versions by default. However, SuSE Linux "snapshots" a specific version of PostgreSQL @@ -24,11 +24,11 @@ To use the SUSE RPM repository, please follow these openSUSE Build Service +openSUSE Build Service in the project server:database:postgresql. Platform-specific RPM packages are available for PostgreSQL as well as a variety of related software. -Use the search facility +Use the search facility to find suitable packages. Documentation is also available there.

    @@ -41,13 +41,15 @@ to find suitable packages. Documentation is also available there.

    The installers are tested by EnterpriseDB on the following platforms. They may also work on other variations or versions:

    -
    - +
    + - - - + + + + + @@ -78,8 +80,8 @@ to find suitable packages. Documentation is also available there. -
    PostgreSQL Version64 Bit Platforms32 Bit PlatformsPostgreSQL Version64 Bit Platforms32 Bit Platforms
    10 SLES 12.xSLES 11.x SLES 11.x
    -
    + + {%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index 98e33c87..6f05a248 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -2,7 +2,7 @@ {%block title%}Linux downloads (Ubuntu){%endblock%} {%block contents%} -

    Linux downloads (Ubuntu)

    +

    Linux downloads (Ubuntu)

    PostgreSQL is available in all Ubuntu versions by default. However, Ubuntu "snapshots" a specific version of PostgreSQL that is then @@ -23,14 +23,28 @@ repository.

    PostgreSQL Apt Repository

    If the version included in your version of Ubuntu is not the one you want, -you can use the PostgreSQL Apt Repository. This repository will integrate +you can use the PostgreSQL Apt Repository. This repository will integrate with your normal systems and patch management, and provide automatic updates for all supported versions of PostgreSQL throughout the support lifetime of PostgreSQL.

    -The PostgreSQL apt repository supports LTS versions of Ubuntu (14.04 and 16.04) -on amd64, i386 and ppc64el architectures as well as select non-LTS versions(17.04). +The PostgreSQL Apt Repositorysupports the current LTS versions of Ubuntu: +

      +
    • 16.04
    • +
    • 14.04
    • +
    +on the following architectures: +
      +
    • amd64
    • +
    • i386
    • +
    • ppc64el
    • +
    + +The PostgreSQL Apt Repository also supports select non-LTS versions: +
      +
    • 17.04
    • +
    While not fully supported, the packages often work on other non-LTS versions as well, by using the closest LTS version available.

    @@ -38,30 +52,28 @@ by using the closest LTS version available. To use the apt repository, follow these steps:

      -
    • - -
    • -
    • Create the file /etc/apt/sources.list.d/pgdg.list, and add a line - for the repository - deb http://apt.postgresql.org/pub/repos/apt/ YOUR_UBUNTU_VERSION_HERE-pgdg main +
    • +
    • -
    • Import the repository signing key, and update the package lists - -wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | \
      -  sudo apt-key add -
      -sudo apt-get update -
      +
    • Create the file /etc/apt/sources.list.d/pgdg.list and add a line + for the repository +
      deb http://apt.postgresql.org/pub/repos/apt/ YOUR_UBUNTU_VERSION_HERE-pgdg main
    • +
    • + Import the repository signing key, and update the package lists +
      wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
      +sudo apt-get update
      +

    For more information about the apt repository, including answers to frequent -questions, please see the apt page on -the wiki. +questions, please see the PostgreSQL Apt Repository page on +the wiki.

    Included in distribution

    @@ -77,14 +89,34 @@ The repository contains many different packages including third party addons. The most common and important packages are (substitute the version number as required):

    -
      -
    • postgresql-client-9.6 - client libraries and client binaries
    • -
    • postgresql-9.6 - core database server
    • -
    • postgresql-contrib-9.6 - additional supplied modules
    • -
    • libpq-dev - libraries and headers for C language frontend development
    • -
    • postgresql-server-dev-9.6 - libraries and headers for C language backend development
    • -
    • pgadmin3 - pgAdmin III graphical administration utility
    • -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    postgresql-client-9.6client libraries and client binaries
    postgresql-9.6core database server
    postgresql-contrib-9.6additional supplied modules
    libpq-devlibraries and headers for C language frontend development
    postgresql-server-dev-9.6libraries and headers for C language backend development
    pgadmin4pgAdmin 4 graphical administration utility
    {%include "pages/download/linux/linux_openscg.inc" %} @@ -95,13 +127,15 @@ version number as required):

    The installers are tested by EnterpriseDB on the following platforms. They may also work on other variations or versions:

    -
    - +
    + - - - + + + + + @@ -132,8 +166,8 @@ version number as required): -
    PostgreSQL Version64 Bit Platforms32 Bit PlatformsPostgreSQL Version64 Bit Platforms32 Bit Platforms
    10 Ubuntu 14.04 LTSUbuntu 12.04 LTS Ubuntu 12.04 LTS
    -
    + + {%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/macosx.html b/templates/pages/download/macosx.html index 0ddff879..74f5f3d7 100644 --- a/templates/pages/download/macosx.html +++ b/templates/pages/download/macosx.html @@ -2,7 +2,7 @@ {%block title%}macOS packages{%endblock%} {%block contents%} -

    macOS packages

    +

    macOS packages

    PostgreSQL is the default database on macOS Server as of OS X Server version 10.7. macOS without the macOS Server add-on installed includes only the PostgreSQL @@ -49,15 +49,19 @@ This download is intended for users who wish to include PostgreSQL as part of an

    Platform support

    -

    The installers are tested by EnterpriseDB on the following platforms. - They will generally work on newer versions of macOS as well:

    +

    + The installers are tested by EnterpriseDB on the following platforms. + They will generally work on newer versions of macOS as well: +

    -
    - +
    + - - + + + + @@ -82,8 +86,8 @@ This download is intended for users who wish to include PostgreSQL as part of an -
    PostgreSQL Version64 Bit macOS PlatformsPostgreSQL Version64-bit macOS Platforms
    10 10.10 - 10.129.2 10.6 - 10.9
    -
    + +

    Graphical installer by BigSQL

    diff --git a/templates/pages/download/openbsd.html b/templates/pages/download/openbsd.html index 72d604f6..5bf92916 100644 --- a/templates/pages/download/openbsd.html +++ b/templates/pages/download/openbsd.html @@ -1,13 +1,13 @@ -{%extends "base/page.html"%} -{%block title%}OpenBSD packages{%endblock%} -{%block contents%} - -

    OpenBSD packages

    - -

    OpenBSD Ports

    - -

    PostgreSQL packages are available for OpenBSD from the OpenBSD - Ports and Packages Collection. Please see the ports documentation for information on how -to install ports.

    - -{%endblock%} +{%extends "base/page.html"%} +{%block title%}OpenBSD packages{%endblock%} +{%block contents%} + +

    OpenBSD packages

    + +

    OpenBSD Ports

    + +

    PostgreSQL packages are available for OpenBSD from the OpenBSD + Ports and Packages Collection. Please see the ports documentation for information on how +to install ports.

    + +{%endblock%} diff --git a/templates/pages/download/snapshots.html b/templates/pages/download/snapshots.html index 0c89ded2..f5a28d03 100644 --- a/templates/pages/download/snapshots.html +++ b/templates/pages/download/snapshots.html @@ -2,7 +2,7 @@ {%block title%}Development snapshots (unstable){%endblock%} {%block contents%} -

    Beta/RC Releases and Development snapshots (unstable)

    +

    Beta/RC Releases and Development snapshots (unstable)

    Beta and Release Candidate packages are built prior to the release of @@ -72,7 +72,7 @@ repository.

    To setup the repository for these distributions, follow the instructions -on Linux Downloads(Debian) or Linux Downloads(Ubuntu). +on Linux Downloads (Debian) or Linux Downloads (Ubuntu).

    Typically only Beta and Release Candidate packages are available in diff --git a/templates/pages/download/solaris.html b/templates/pages/download/solaris.html index 1193ae64..f25240eb 100644 --- a/templates/pages/download/solaris.html +++ b/templates/pages/download/solaris.html @@ -2,7 +2,7 @@ {%block title%}Solaris packages{%endblock%} {%block contents%} -

    Solaris packages

    +

    Solaris packages

    Binary packages for Solaris can be downloaded from the solaris subdirectory diff --git a/templates/pages/download/windows.html b/templates/pages/download/windows.html index 64ad68e7..b656d313 100644 --- a/templates/pages/download/windows.html +++ b/templates/pages/download/windows.html @@ -2,7 +2,7 @@ {%block title%}Windows installers{%endblock%} {%block contents%} -

    Windows installers

    +

    Windows installers

    Interactive installer by EnterpriseDB

    @@ -38,45 +38,47 @@ This download is intended for users who wish to include PostgreSQL as part of an

    The installers are tested by EnterpriseDB on the following platforms. They can generally be expected to run on other comparable versions:

    -
    - +
    + + + - + - + - + - + - + - + -
    PostgreSQL Version 64 Bit Windows Platforms 32 Bit Windows Platforms
    1010 2016, 2012 R2 & R1, 2008 R2, 7, 8, 10 2008 R1, 7, 8, 10
    9.69.6 2012 R2 & R1, 2008 R2, 7, 8, 10 2008 R1, 7, 8, 10
    9.59.5 2012 R2 & R1, 2008 R2 2008 R1
    9.49.4 2012 R2, 2008 R2 2008 R1
    9.39.3 2012, 2008 R2 2008 R1
    9.29.2 2008 R2 & R1 2008 R1
    -
    + +

    Graphical installer by BigSQL