Update snapshot packages download page
authorMagnus Hagander <magnus@hagander.net>
Mon, 14 Mar 2022 20:50:43 +0000 (21:50 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 14 Mar 2022 20:52:06 +0000 (21:52 +0100)
Both apt and yum provide snapshot packages and not just beta/rc these
days, and the win/macos installers only provide beta/rc. The page
gave the apearanc eof the exact opposite, an was definitely incorrect
about apt and yum.

templates/pages/download/snapshots.html

index 9b1fd38d7c49ea58219f107e13842ba4574dc25f..c5bc41c5ebda7be0373342e1b29d9c08196a1a71 100644 (file)
@@ -40,14 +40,6 @@ all supported <a href="/ftp/snapshot/">stable branches</a>, which contains
 all bugfixes that are scheduled for the next release.
 </p>
 
-<h2>Installers</h2>
-<p>
-Installers for Windows and Mac are available <a
-href="https://www.enterprisedb.com/products-services-training/pgdevdownload">
-here</a> (offsite link). These installers also include pgAdmin and are
-published by EDB.
-</p>
-
 <h2>Red Hat, CentOS, Fedora and Scientific Linux</h2>
 <p>
 RPMs for Red Hat, CentOS, Fedora and Scientific Linux are available from the
@@ -59,12 +51,7 @@ as for the <a href="/download/linux/redhat/">normal</a> yum repository on these
 platforms.
 </p>
 
-<p>
-Typically only Beta and Release Candidate packages are available in the
-Yum repository.
-</p>
-
-<h2>Debian, Ubuntu Linux</h2>
+<h2>Debian and Ubuntu Linux</h2>
 <p>
 DEBs for Debian and Ubuntu are available from the
 <a href="https://apt.postgresql.org">PostgreSQL APT Repository</a>
@@ -74,9 +61,16 @@ repository.
 To setup the repository for these distributions, follow the instructions
 on <a href="/download/linux/debian/">Linux Downloads (Debian)</a> or <a href="/download/linux/ubuntu/">Linux Downloads (Ubuntu)</a>.
 </p>
+
+<h2>Installers</h2>
+<p>
+Installers for Windows and Mac are available <a
+href="https://www.enterprisedb.com/products-services-training/pgdevdownload">
+here</a> (offsite link). These installers also include pgAdmin and are
+published by EDB.
+</p>
 <p>
-Typically only Beta and Release Candidate packages are available in
-the PostgreSQL APT repository.
+Only Beta and Release Candidate packages are available as installers.
 </p>
 
 {%endblock%}