Remove 32-bit Windows column in Windows Download table
authorDaniel Gustafsson <daniel@yesql.se>
Tue, 18 Feb 2025 21:46:10 +0000 (22:46 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 18 Feb 2025 21:52:12 +0000 (22:52 +0100)
The table describing platform support for Windows downloads still
had a column for 32-bit Windows platforms which was all empty.

Reviewed-by: Magnus Hagander <magnus@hagander.net>
Discussion: https://postgr.es/m/3F3210DF-1A5B-4E6A-B7E1-50B2D9F4D8AD@yesql.se

templates/pages/download/windows.html

index 19cdaf7a8e8ac206fe35a8a1788665284e87fa21..9733acda1239ffe459c2a8aa26e08cf1e492ab05 100644 (file)
@@ -59,39 +59,32 @@ This download is intended for users who wish to include Postgres as part of anot
     <tr>
       <th>Postgres Version</th>
       <th>64 Bit Windows Platforms</th>
-      <th>32 Bit Windows Platforms</th>
     </tr>
   </thead>
   <tbody>
     <tr>
         <th scope="row">17</th>
         <td>2022, 2019</td>
-        <td>&nbsp;</td>
     </tr>
     <tr>
       <th scope="row">16</th>
       <td>2022, 2019</td>
-      <td>&nbsp;</td>
     </tr>
     <tr>
       <th scope="row">15</th>
       <td>2019, 2016</td>
-      <td>&nbsp;</td>
     </tr>
     <tr>
       <th scope="row">14</th>
       <td>2019, 2016</td>
-      <td>&nbsp;</td>
     </tr>
     <tr>
       <th scope="row">13</th>
       <td>2019, 2016</td>
-      <td>&nbsp;</td>
     </tr>
     <tr>
       <th scope="row">12</th>
       <td>2019, 2016, 2012 R2</td>
-      <td>&nbsp;</td>
     </tr>
   </tbody>
 </table>