Remove mention of contrib packages in older debian/ubuntu
authorMagnus Hagander <magnus@hagander.net>
Thu, 10 Feb 2022 09:32:50 +0000 (10:32 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 10 Feb 2022 09:33:49 +0000 (10:33 +0100)
The contrib package is gone in all supported versions (10+), so no need
to mention it anymore.

templates/pages/download/linux/debian.html
templates/pages/download/linux/ubuntu.html

index 1c84cafe4436b70739b0d6cb04e925f89ccbf52b..08500c05bfcdd722d9cdcf9c6987b8b825109ecc 100644 (file)
@@ -89,10 +89,6 @@ version number as required):
      <th scope="row">postgresql-12</th>
      <td>core database server</td>
     </tr>
-    <tr>
-     <th scope="row">postgresql-contrib-9.x</th>
-     <td>additional supplied modules (part of the postgresql-xx package in version 10 and later)</td>
-    </tr>
     <tr>
      <th scope="row">libpq-dev</th>
      <td>libraries and headers for C language frontend development</td>
index 2940955b9399bb888fe27008070c33867a18ef3f..7461d4502b3511e54f9e6155a8879440f4e3fb16 100644 (file)
@@ -90,10 +90,6 @@ version number as required):
      <th scope="row">postgresql-12</th>
      <td>core database server</td>
     </tr>
-    <tr>
-     <th scope="row">postgresql-contrib-9.x</th>
-     <td>additional supplied modules (part of the postgresql-xx package in version 10 and later)</td>
-    </tr>
     <tr>
      <th scope="row">libpq-dev</th>
      <td>libraries and headers for C language frontend development</td>