Update Debian download page to latest supported versions of Debian.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 20 Aug 2019 12:36:37 +0000 (08:36 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 20 Aug 2019 12:36:37 +0000 (08:36 -0400)
Also move the download examples from 10 to 11.

templates/pages/download/linux/ubuntu.html

index 695e8728a7386f924bb56d168b20da9b9da81093..a1b7e253a6f5191674ee8fbf0934ef146a01f015 100644 (file)
@@ -24,7 +24,6 @@ The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu:
 <ul>
   <li>18.04</li>
   <li>16.04</li>
-  <li>14.04</li>
 </ul>
 on the following architectures:
 <ul>
@@ -45,7 +44,6 @@ To use the apt repository, follow these steps:
       <option selected="selected" value="YOUR_UBUNTU_VERSION_HERE">Choose your Ubuntu version</option>
       <option value="bionic">Bionic (18.04)</option>
       <option value="xenial">Xenial (16.04)</option>
-      <option value="trusty">Trusty (14.04)</option>
     </select>
  </li>
   <li>Create the file <code>/etc/apt/sources.list.d/pgdg.list</code> and add a line
@@ -70,7 +68,7 @@ Ubuntu includes PostgreSQL by default. To install PostgreSQL on
 Ubuntu, use the <em>apt-get</em> (or other apt-driving) command:
 </p>
 <code>
-apt-get install postgresql-10
+apt-get install postgresql-11
 </code>
 <p>
 The repository contains many different packages including third party
@@ -80,11 +78,11 @@ version number as required):
 <table class="table table-striped">
   <tbody>
     <tr>
-     <th scope="row">postgresql-client-10</th>
+     <th scope="row">postgresql-client-11</th>
      <td>client libraries and client binaries</td>
     </tr>
     <tr>
-     <th scope="row">postgresql-10</th>
+     <th scope="row">postgresql-11</th>
      <td>core database server</td>
     </tr>
     <tr>
@@ -96,7 +94,7 @@ version number as required):
      <td>libraries and headers for C language frontend development</td>
     </tr>
     <tr>
-     <th scope="row">postgresql-server-dev-10</th>
+     <th scope="row">postgresql-server-dev-11</th>
      <td>libraries and headers for C language backend development</td>
     </tr>
     <tr>