diff options
| -rw-r--r-- | templates/pages/howto.html | 2 | ||||
| -rw-r--r-- | templates/pages/index.html | 2 | ||||
| -rw-r--r-- | templates/pages/packages.html | 2 | ||||
| -rw-r--r-- | templates/pages/rpmchart.html | 2 | ||||
| -rw-r--r-- | templates/pages/srpm-packages.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/pages/howto.html b/templates/pages/howto.html index 78af540..fec0930 100644 --- a/templates/pages/howto.html +++ b/templates/pages/howto.html @@ -43,7 +43,7 @@ <p> Here are the basic instructions to install and start PostgreSQL 18 using this repository.</br> - Replace <b>18</b> with the major version you are installing (i.e. 17, 16, 15, 14 or 13):<br> + Replace <b>18</b> with the major version you are installing (i.e. 17, 16, 15 or 14):<br> <code>sudo dnf install -y postgresql18-server</code></br> # Optionally initialize the database and enable automatic start:</br> <code>sudo /usr/pgsql-17/bin/postgresql-18-setup initdb</code></br> diff --git a/templates/pages/index.html b/templates/pages/index.html index 485c1a3..f3078ed 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -47,7 +47,7 @@ <li><a href="http://git.postgresql.org/packages/#pg16">16</a></li> <li><a href="http://git.postgresql.org/packages/#pg15">15</a></li> <li><a href="http://git.postgresql.org/packages/#pg14">14</a></li> - <li><a href="http://git.postgresql.org/packages/#pg13">13</a><span class="pgyum-warning"> (Will be EOLed by upstream as of Nov 2025) </span></li> + <li><a href="http://git.postgresql.org/packages/#pg13">13</a><span class="pgyum-warning"> (EOLed by upstream as of Nov 2025) </span></li> </ul> <h2>Platform Support</h2> diff --git a/templates/pages/packages.html b/templates/pages/packages.html index 4c27b11..d955761 100644 --- a/templates/pages/packages.html +++ b/templates/pages/packages.html @@ -161,7 +161,7 @@ <a name="pg13"/> -<h2>PostgreSQL 32<span class="pgyum-warning"> ( Will be EOLed by upstream on 13 November 2025. Please upgrade) </span></h2> +<h2>PostgreSQL 13<span class="pgyum-warning"> ( EOLed by upstream on 13 November 2025. Please upgrade) </span></h2> <ul> <li><a href="https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-x86_64/">RHEL / Rocky Linux / AlmaLinux 10 - x86_64</a></li> diff --git a/templates/pages/rpmchart.html b/templates/pages/rpmchart.html index 8e82140..13b8ade 100644 --- a/templates/pages/rpmchart.html +++ b/templates/pages/rpmchart.html @@ -554,7 +554,7 @@ <a name="pg13"/> -<h2>PostgreSQL 13</h2> +<h2>PostgreSQL 13<span class="pgyum-warning"> (EOLed by upstream as of Nov 2025) </span></h2> <p> <a href="https://download.postgresql.org/pub/repos/yum/13/">Browse</a> the entire set of repositories for PostgreSQL 13. </p> diff --git a/templates/pages/srpm-packages.html b/templates/pages/srpm-packages.html index 8281231..256bd19 100644 --- a/templates/pages/srpm-packages.html +++ b/templates/pages/srpm-packages.html @@ -142,7 +142,7 @@ </ul> <a name="pg13"/> -<h2>PostgreSQL 13</h2> +<h2>PostgreSQL 13<span class="pgyum-warning"> (EOLed by upstream as of Nov 2025) </span></h2> <ul> <li><a href="https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 - x86_64</a></li> |
