diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index f037c12..b647817 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -81,7 +81,7 @@ Debian includes PostgreSQL by default. To install PostgreSQL on Debian, use the apt-get (or other apt-driving) command:

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

The repository contains many different packages including third party @@ -91,23 +91,23 @@ version number as required): - + - + - - + + - + diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index 6f05a24..ca47996 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -31,6 +31,7 @@ updates for all supported versions of PostgreSQL throughout the support

The PostgreSQL Apt Repositorysupports the current LTS versions of Ubuntu:

@@ -41,10 +42,12 @@ on the following architectures:
  • ppc64el
  • + While not fully supported, the packages often work on other non-LTS versions as well, by using the closest LTS version available.

    @@ -55,7 +58,7 @@ To use the apt repository, follow these steps:
  • @@ -82,7 +85,7 @@ Ubuntu includes PostgreSQL by default. To install PostgreSQL on Ubuntu, use the apt-get (or other apt-driving) command:

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

    The repository contains many different packages including third party @@ -92,23 +95,23 @@ version number as required):

  • postgresql-client-9.6postgresql-client-10 client libraries and client binaries
    postgresql-9.6postgresql-10 core database server
    postgresql-contrib-9.6additional supplied modulespostgresql-contrib-9.xadditional supplied modules (part of the postgresql-xx package in version 10 and later)
    libpq-dev libraries and headers for C language frontend development
    postgresql-server-dev-9.6postgresql-server-dev-10 libraries and headers for C language backend development
    - + - + - - + + - +
    postgresql-client-9.6postgresql-client-10 client libraries and client binaries
    postgresql-9.6postgresql-10 core database server
    postgresql-contrib-9.6additional supplied modulespostgresql-contrib-9.xadditional supplied modules (part of the postgresql-xx package in version 10 and later)
    libpq-dev libraries and headers for C language frontend development
    postgresql-server-dev-9.6postgresql-server-dev-10 libraries and headers for C language backend development