Modify supported platforms for Windows/OS X installers.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 24 Oct 2018 11:20:32 +0000 (12:20 +0100)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 24 Oct 2018 11:20:32 +0000 (12:20 +0100)
This fix came from feedback about confusion whether or not the installers
supported PostgreSQL 11, which upon manual inspection, they do.

templates/pages/download/macosx.html
templates/pages/download/windows.html

index 74f5f3d718127bdea883fd9906b8d32d0478bbdb..a9e86d2b685cd1e0136251250206adae7cda4a6a 100644 (file)
@@ -62,6 +62,10 @@ This download is intended for users who wish to include PostgreSQL as part of an
     </tr>
   </thead>
   <tbody>
+    <tr>
+      <td>11</td>
+      <td>10.12 - 10.14</td>
+    </tr>
     <tr>
       <td>10</td>
       <td>10.10 - 10.12</td>
index b656d3139e4e19f315579a58b6dc86a18c03342a..2bf606b2415ba2ca8bdd2da5722722d48306855f 100644 (file)
@@ -47,6 +47,11 @@ This download is intended for users who wish to include PostgreSQL as part of an
     </tr>
   </thead>
   <tbody>
+    <tr>
+      <th scope="row">11</th>
+      <td>2016, 2012 R2</td>
+      <td>&nbsp;</td>
+    </tr>
     <tr>
       <th scope="row">10</th>
       <td>2016, 2012 R2 &amp; R1, 2008 R2, 7, 8, 10</td>