Fedora 37 is released.
authorDevrim Gündüz <devrim@gunduz.org>
Tue, 15 Nov 2022 14:48:43 +0000 (14:48 +0000)
committerDevrim Gündüz <devrim@gunduz.org>
Tue, 15 Nov 2022 14:48:43 +0000 (14:48 +0000)
templates/pages/download/linux/redhat.html

index 3688f2fe72bdf36fd8346d0ee10291d43e3ce27f..a045128748a6710e5b8aebfcd459dfdce15131d0 100644 (file)
@@ -114,12 +114,12 @@ the distribution:
      <td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
     </tr>
     <tr>
-     <th scope="row">Fedora 36</th>
+     <th scope="row">Fedora 37</th>
      <td>14</td>
     </tr>
     <tr>
-     <th scope="row">Fedora 35</th>
-     <td>13</td>
+     <th scope="row">Fedora 36</th>
+     <td>14</td>
     </tr>
   </tbody>
 </table>
@@ -160,7 +160,7 @@ Due to policies for Red Hat family distributions, the PostgreSQL installation
 will not be enabled for automatic start or have the database initialized
 automatically. To make your database installation complete, you need to
 perform the following steps, based on your distribution:
-<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8, 9 or Fedora 35 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8, 9 or Fedora 36 and later derived distributions:</h4>
 <pre class="code">
   postgresql-setup --initdb
   systemctl enable postgresql.service