Use Postgres instead of PostgreSQL to satisfy the USPTO. Sigh. master
authorDave Page <[email protected]>
Mon, 12 May 2025 16:05:24 +0000 (17:05 +0100)
committerDave Page <[email protected]>
Mon, 12 May 2025 16:05:24 +0000 (17:05 +0100)
16 files changed:
templates/base.html
templates/pages/extensions.html
templates/pages/howtozypp.html
templates/pages/index.html
templates/pages/news/new-repo-extra-packages.html
templates/pages/news/new-repo-rpms-released.html
templates/pages/news/pgdg-zypp-repo-gpg-key-update.html
templates/pages/news/postgresql-rpms-for-sles-12-released.html
templates/pages/news/postgresql-rpms-for-sles-15-released.html
templates/pages/news/rsync-support-for-sles-available.html
templates/pages/news/sles-15-sp6-packages-available.html
templates/pages/news/sles12-postgresql-rpms-end-of-life.html
templates/pages/packages.html
templates/pages/repopackages.html
templates/pages/rpmchart.html
templates/pages/srpm-packages.html

index d66d2cac847052badac48156085a24b0c3f88a0f..de0dfb3ada27674f7373362ebf5450d90b56a9a6 100644 (file)
@@ -23,7 +23,7 @@
 
     <link rel="stylesheet" href="/static/css/pgzypp.css">
 
-    <title>{%block title%}{%endblock%} - PostgreSQL Zypper Repository</title>
+    <title>{%block title%}{%endblock%} - Postgres Zypper Repository</title>
 
     <script>
       let theme = 'light';
@@ -44,7 +44,7 @@
          <div class="col">
            <nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
              <a class="navbar-brand p-0" href="/">
-               <img class="logo" src="/static/img/elephant.png" alt="PostgreSQL Elephant Logo">
+               <img class="logo" src="/static/img/elephant.png" alt="Postgres Elephant Logo">
              </a>
              <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#pgNavbar" aria-controls="pgNavbar" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
                    <li><a href="/news/new-repo-extra-packages/">Extras repository for SLES 15</a></li>
                    <li><a href="/news/new-repo-rpms-released/">"Common" repository for SLES 15</a></li>
                    <li><a href="/news/sles12-postgresql-rpms-end-of-life/">EOL announcement for SLES 12.</a></li>
-                    <li><a href="/news/postgresql-rpms-for-sles-15-released/"> PostgreSQL 11+ RPMs for SLES 15 released.</a></li>
-                    <li><a href="/news/postgresql-rpms-for-sles-12-released/"> PostgreSQL RPMs for SLES 12 released.</a></li>
-                    <li><a href="/news/rsync-support-for-sles-available/"> rsync support for PostgreSQL SUSE repository is now available.</a></li>
+                    <li><a href="/news/postgresql-rpms-for-sles-15-released/"> Postgres 11+ RPMs for SLES 15 released.</a></li>
+                    <li><a href="/news/postgresql-rpms-for-sles-12-released/"> Postgres RPMs for SLES 12 released.</a></li>
+                    <li><a href="/news/rsync-support-for-sles-available/"> rsync support for Postgres SUSE repository is now available.</a></li>
                   </ul>
                 </div>
                 <!-- End Related Info -->
index dc30faa23616b6b077e00e01c0b2a0d45346cc20..4443e07a69e9f28aadec179c11909951a63a44cd 100644 (file)
@@ -2,8 +2,8 @@
 {% block title %}Welcome{% endblock %}
 
 {% block maincontent %}
-<h1>Installing PostgreSQL Extensions via RPMs</h1>
-<p>You will find details about installing PostgreSQL extensions on SuSE Enterprise Linux.
+<h1>Installing Postgres Extensions via RPMs</h1>
+<p>You will find details about installing Postgres extensions on SuSE Enterprise Linux.
 </p>
 </p>
 
index 9e4e2504bf072893659fbb4d2c43a90356f0976d..c552b2aa449709adbf5b5494b7d9693e0740b567 100644 (file)
@@ -2,10 +2,10 @@
 {%block title%}Howto{%endblock%}
 {%block maincontent%}
 
-<h1>PostgreSQL - SLES Repo Configuration</h1>
+<h1>Postgres - SLES Repo Configuration</h1>
 
 <p>
-    You can use the zypper package manager to install PostgreSQL and/or other
+    You can use the zypper package manager to install Postgres and/or other
     components on an SLES 15 / SLES 12 host. zypper will attempt to satisfy
     package dependencies as it installs a package, but some components (mainly
     PostGIS) require access to specific repositories that are not hosted at
@@ -55,8 +55,8 @@
 </p>
 
 <p>
-    To install PostgreSQL and/or other components, runthe following commands to
-    add PostgreSQL community repository configuration files to your SLES host:
+    To install Postgres and/or other components, run the following commands to
+    add Postgres community repository configuration files to your SLES host:
 </p>
 
 <ul>
     <a name="pg15sles">SLES 12:</a>
 </p>
 <ul>
-    <li>SLES 12 / PostgreSQL 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li>
-    <li>SLES 12 / PostgreSQL 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li>
-    <li>SLES 12 / PostgreSQL 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li>
-    <li>SLES 12 / PostgreSQL 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li>
+    <li>SLES 12 / Postgres 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li>
+    <li>SLES 12 / Postgres 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li>
+    <li>SLES 12 / Postgres 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li>
+    <li>SLES 12 / Postgres 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li>
   </ul>
 
 <p>
     After creating the repository configuration files, use the <code>zypper
     refresh</code> command to refresh the metadata on your SLES host to
-    include the PostgreSQL SUSE repositories:
+    include the Postgres SUSE repositories:
 </p>
 <p>
        <code>zypper refresh</code>
 </p>
 
-<h2>Installing PostgreSQL on SLES host</h2>
+<h2>Installing Postgres on SLES host</h2>
 
 <p>
-    After adding the repo, use the following command to install PostgreSQL on
+    After adding the repo, use the following command to install Postgres on
     the SLES host:
 </p>
 <p>
-       <a name="pg17install">PostgreSQL 17:</a>
+       <a name="pg17install">Postgres 17:</a>
 </p>
 <p>
-       <a name="pg16install">PostgreSQL 17:</a>
+       <a name="pg16install">Postgres 17:</a>
 </p>
 <p>
        <a name="pg15slesinstall"></a>
@@ -99,7 +99,7 @@
 </p>
 
 <p>
-       <a name="pg15install">PostgreSQL 15:</a>
+       <a name="pg15install">Postgres 15:</a>
 </p>
 <p>
     <a name="pg15slesinstall"></a>
 </p>
 
 <p>
-       Please take a look at the <a href="/packages/">PostgreSQL SuSE package
+       Please take a look at the <a href="/packages/">Postgres SuSE package
     list</a> to see what other packages are available in the repository.
 </p>
 
index f16a0239300808eab7a7e269cc2a0318bc7322da..459a7298ac1a9969c98d0d71956b87f9432bd303 100644 (file)
@@ -2,26 +2,29 @@
 {% block title %}Welcome{% endblock %}
 
 {% block maincontent %}
-<h1>PostgreSQL Zypper Repository </h1>
-<p>You will find details on PostgreSQL and related RPMs for SuSE Enterprise Linux.
+<h1>Postgres Zypper Repository </h1>
+<p>You will find details on Postgres (also known as PostgreSQL) and related 
+    RPMs for SuSE Enterprise Linux.
 </p>
 
-<h2>About The PostgreSQL ZYPP Repository</h2>
-We provide users PostgreSQL and related RPMs for SuSE Enterprise Linux. Please see "<a href="/howtozypp/">ZYPP Howto</a>" for help.
+<h2>About The Postgres ZYPP Repository</h2>
+We provide users Postgres and related RPMs for SuSE Enterprise Linux. Please 
+    see "<a href="/howtozypp/">ZYPP Howto</a>" for help.
 </p>
 
 <h2>SLES 15 SP6 packages are available</h2>
-<p>PostgreSQL ZYPP repository supports SLES 15 SP 6 as of 31 July 2024. Please note that SP5 won't receive updates.</p>
+<p>The Postgres ZYPP repository supports SLES 15 SP 6 as of 31 July 2024. 
+    Please note that SP5 won't receive updates.</p>
 
 <h2>26 February 2024 GPG Key Update</h2>
 <p>GPG keys on SLES 15 have been updated as of 26 February 2024. Users need to <b>install the new repository RPMs</b>
   if they want to receive update or install new packages. Please visit
-    <a href="/news/pgdg-zypp-repo-gpg-key-update">PostgreSQL ZYPP repository GPG key update</a> page for details.
+    <a href="/news/pgdg-zypp-repo-gpg-key-update">Postgres ZYPP repository GPG key update</a> page for details.
 </p>
 
 <p> You can pick up any combination below:</p>
 
-<h2>Available PostgreSQL Releases</h2>
+<h2>Available Postgres Releases</h2>
 <ul>
     <li><a href="/packages/#pg17">18</a><span class="pgyum-warning"> (v18 PACKAGES ARE FOR BETA TESTING ONLY! USE v17 or v16 PACKAGES FOR PRODUCTION)</span>.</li>
     <li><a href="/packages/#pg16">17</a></li>
index 31fb45ac25865b26490c32688c09f843acd93d38..ceaa4d53060a7c6d3da108e288e487444a906f4a 100644 (file)
@@ -1,11 +1,11 @@
 {%extends "base.html" %}
-{%block title%}Extra packages for PostgreSQL RPM repo{%endblock%}
+{%block title%}Extra packages for Postgres RPM repo{%endblock%}
 {%block maincontent%}
 
-<h1>Extra packages for PostgreSQL RPM repo</h1>
+<h1>Extra packages for Postgres RPM repo</h1>
 <p>
    Recently we added consul, consul-template, haproxy, keepalived, vip-manager and etcd packages
-   to the PostgreSQL RPM repository to support Patroni installations. The main motivation is to
+   to the Postgres RPM repository to support Patroni installations. The main motivation is to
    provide latest and greatest versions of these packages. 
 </p>
 <p>
index 457435ad8b3d6f73391059cb1949824b02278942..79b13161e21dc1d9135e356163e71ff2290567dc 100644 (file)
@@ -4,15 +4,15 @@
 
 <h1>Announcing "common" ZYPP repository</h1>
 <p>
-    The community PostgreSQL ZYPP repository does not just include PostgreSQL
-    packages, but also some extensions which depend on a specific PostgreSQL
-    version (e.g. PostGIS.), packages in the PostgreSQL world which can be used
-    against some (or all) PostgreSQL versions,  and the supportive packages for
+    The community Postgres ZYPP repository does not just include Postgres
+    packages, but also some extensions which depend on a specific Postgres
+    version (e.g. PostGIS.), packages in the Postgres world which can be used
+    against some (or all) Postgres versions,  and the supportive packages for
     those extensions (e.g. Proj, GeOS).
 </p>
 <p>
     Until yesterday, all of these packages were contained in the same directory
-    for each OS / PostgreSQL combination. This increased both build time and
+    for each OS / Postgres combination. This increased both build time and
     the disk space required.
 </p>
 <p>
@@ -41,7 +41,7 @@
         <p class="pgzypp-bold">
             Existing installations will continue running, and you will still
             receive “non-common” updates, in particular updates to the main
-            PostgreSQL packages. However, new installations will fail when they
+            Postgres packages. However, new installations will fail when they
             need the common packages.
         </p>
     </li>
index e246c1d34502982955aac4a2c0adca414448f752..c07b05fb9c49b3ced3d9e5aeee425a3d38c5371d 100644 (file)
@@ -1,11 +1,11 @@
 {%extends "base.html" %}
-{%block title%}PostgreSQL SLES repository GPG key update - 26 February 2024{%endblock%}
+{%block title%}Postgres SLES repository GPG key update - 26 February 2024{%endblock%}
 {%block maincontent%}
 
-<h1>PostgreSQL SLES repository GPG key update - 26 February 2024</h1>
+<h1>Postgres SLES repository GPG key update - 26 February 2024</h1>
 <h2>General overview</h2>
 <p>
-       The previous GPG signatures of the PostgreSQL RPM packages were weak and outdated.
+       The previous GPG signatures of the Postgres RPM packages were weak and outdated.
 </p>
 <h2>So, what happened?</h2>
 <p>
index 4b01611b9a32c2c3b8c665025c5c2f5d2fa2369a..402abd17444e9cbdca3bb455d0eb6fe8e48b5539 100644 (file)
@@ -1,5 +1,5 @@
 {%extends "base.html" %}
-{%block title%}PostgreSQL 9.6+ RPMs for SLES 12 are now available.{%endblock%}
+{%block title%}Postgres 9.6+ RPMs for SLES 12 are now available.{%endblock%}
 {%block maincontent%}
 
 <h1> PostgreSQL RPMs for SLES 12 SP4 and SP5 are available.</h1>
index d9efdec7c56cde5d9965af47c7cee7c94d77f4d1..c06ad43715c210e8262200229e046214f3b178eb 100644 (file)
@@ -1,8 +1,8 @@
 {%extends "base.html" %}
-{%block title%}PostgreSQL 11+ RPMs for SLES 15 are now available.{%endblock%}
+{%block title%}Postgres 11+ RPMs for SLES 15 are now available.{%endblock%}
 {%block maincontent%}
 
-<h1> PostgreSQL 11+ RPMs for SLES 15 are available.</h1>
+<h1> Postgres 11+ RPMs for SLES 15 are available.</h1>
 <p>
         Please install repository by following the instructions here first: 
     <a href="/zypphowto/">Zypp repository Howto</a>
index b1adfb9b03f7f6bf937301c175be91c5fe9dbcb5..c9163446c3ed5d56a23ada027065fbb56fdf3178 100644 (file)
@@ -1,40 +1,40 @@
 {%extends "base.html" %}
-{%block title%} rsync support for PostgreSQL SUSE repository is now available.{%endblock%}
+{%block title%} rsync support for Postgres SUSE repository is now available.{%endblock%}
 {%block maincontent%}
 
-<h1>  rsync support for PostgreSQL SUSE repository is now available.</h1>
+<h1>  rsync support for Postgres SUSE repository is now available.</h1>
 <p>
         Here is the list of modules for SLES:
 </p>
 <p>
     <code>
         $ rsync zypp.postgresql.org::<br/>
-       yum-repo        PostgreSQL YUM Repository
-       zypp-repo       PostgreSQL ZYPP Repository
-       pgrpm-10        PostgreSQL 10 YUM Repository
-       pgsrpm-10       PostgreSQL 10 YUM Repository - SRPMS
-       pgrpm-11        PostgreSQL 11 YUM Repository
-       pgsrpm-11       PostgreSQL 11 YUM Repository - SRPMS
-       pgrpm-12        PostgreSQL 12 YUM Repository
-       pgsrpm-12       PostgreSQL 12 YUM Repository - SRPMS
-       pgrpm-13        PostgreSQL 13 YUM Repository
-       pgsrpm-13       PostgreSQL 13 YUM Repository - SRPMS
-       pgrpm-14        PostgreSQL 14 YUM Repository
-       pgsrpm-14       PostgreSQL 14 YUM Repository - SRPMS
-       pgrpm-15        PostgreSQL 15 YUM Repository
-       pgsrpm-15       PostgreSQL 15 YUM Repository - SRPMS
-       pgrpmzypp-10    PostgreSQL 10 ZYPP Repository
-       pgsrpmzypp-10   PostgreSQL 10 ZYPP Repository - SRPMS
-       pgrpmzypp-11    PostgreSQL 11 ZYPP Repository
-       pgsrpmzypp-11   PostgreSQL 11 ZYPP Repository - SRPMS
-       pgrpmzypp-12    PostgreSQL 12 ZYPP Repository
-       pgsrpmzypp-12   PostgreSQL 12 ZYPP Repository - SRPMS
-       pgrpmzypp-13    PostgreSQL 13 ZYPP Repository
-       pgsrpmzypp-13   PostgreSQL 13 ZYPP Repository - SRPMS
-       pgrpmzypp-14    PostgreSQL 14 ZYPP Repository
-       pgsrpmzypp-14   PostgreSQL 14 ZYPP Repository - SRPMS
-       pgrpmzypp-15    PostgreSQL 15 ZYPP Repository
-       pgsrpmzypp-15   PostgreSQL 15 ZYPP Repository - SRPMS
+       yum-repo        Postgres YUM Repository
+       zypp-repo       Postgres ZYPP Repository
+       pgrpm-10        Postgres 10 YUM Repository
+       pgsrpm-10       Postgres 10 YUM Repository - SRPMS
+       pgrpm-11        Postgres 11 YUM Repository
+       pgsrpm-11       Postgres 11 YUM Repository - SRPMS
+       pgrpm-12        Postgres 12 YUM Repository
+       pgsrpm-12       Postgres 12 YUM Repository - SRPMS
+       pgrpm-13        Postgres 13 YUM Repository
+       pgsrpm-13       Postgres 13 YUM Repository - SRPMS
+       pgrpm-14        Postgres 14 YUM Repository
+       pgsrpm-14       Postgres 14 YUM Repository - SRPMS
+       pgrpm-15        Postgres 15 YUM Repository
+       pgsrpm-15       Postgres 15 YUM Repository - SRPMS
+       pgrpmzypp-10    Postgres 10 ZYPP Repository
+       pgsrpmzypp-10   Postgres 10 ZYPP Repository - SRPMS
+       pgrpmzypp-11    Postgres 11 ZYPP Repository
+       pgsrpmzypp-11   Postgres 11 ZYPP Repository - SRPMS
+       pgrpmzypp-12    Postgres 12 ZYPP Repository
+       pgsrpmzypp-12   Postgres 12 ZYPP Repository - SRPMS
+       pgrpmzypp-13    Postgres 13 ZYPP Repository
+       pgsrpmzypp-13   Postgres 13 ZYPP Repository - SRPMS
+       pgrpmzypp-14    Postgres 14 ZYPP Repository
+       pgsrpmzypp-14   Postgres 14 ZYPP Repository - SRPMS
+       pgrpmzypp-15    Postgres 15 ZYPP Repository
+       pgsrpmzypp-15   Postgres 15 ZYPP Repository - SRPMS
     </code>
 </p>
 <p>
index 574834a5a1a90e9395a2f5a5d7d3c257c5aa535b..72d4a1cb399d1afdb886a43beda9043dedfcd225 100644 (file)
@@ -1,8 +1,8 @@
 {%extends "base.html" %}
-{%block title%}PostgreSQL ZYPP repository now supports SLES 15 SP 6{%endblock%}
+{%block title%}Postgres ZYPP repository now supports SLES 15 SP 6{%endblock%}
 {%block maincontent%}
 
-<h1> PostgreSQL ZYPP repository now supports SLES 15 SP 6 </h1>
+<h1> Postgres ZYPP repository now supports SLES 15 SP 6 </h1>
 <p>
         The default location for SLES 15 now points to SP6. Packages for SLES 15 SP5 are also available.
 </p>
index 257d8f53230363fef1f173a578d2924f4ab1bb36..f91993ebf3e97c982451b8397b4567461e3b41af 100644 (file)
@@ -4,10 +4,10 @@
 
 <h1>EOL announcement for SLES 12</h1>
 <p>
-   PostgreSQL RPM repo stopped adding <b>new</b> packages to the SLES 12 repo as of Aug 2023, <b>including PostgreSQL 16</b>.
+   Postgres RPM repo stopped adding <b>new</b> packages to the SLES 12 repo as of Aug 2023, <b>including Postgres 16</b>.
 </p>
 <p>
-    We will maintain older major releases until each major release is EOLed by PostgreSQL project. Please visit <a href="https://www.postgresql.org/support/versioning/">here</a> 
+    We will maintain older major releases until each major release is EOLed by Postgres project. Please visit <a href="https://www.postgresql.org/support/versioning/">here</a> 
     for latest release dates for each major release.
 </p>
 <p>
index 657079f8bc10bdeb2314366f46d457ba47c0ecd5..7ec51a61ef9fad551e4a2cbdf8d1695f65eebe43 100644 (file)
@@ -8,7 +8,7 @@
 </p>
 
 <a name="pgcommon"/>
-<h2>PostgreSQL Common Repository</h2>
+<h2>Postgres Common Repository</h2>
 
 <ul>
     <li><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
 
 
 <a name="pg17"/>
-<h2>PostgreSQL 17</h2>
+<h2>Postgres 17</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/17/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
 </ul>
 
 <a name="pg16"/>
-<h2>PostgreSQL 16</h2>
+<h2>Postgres 16</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/16/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/16/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a><span class="pgyum-warning"> Please update to SP6 to receive updates</span></li>
 </ul>
 
 <a name="pg15"/>
-<h2>PostgreSQL 15</h2>
+<h2>Postgres 15</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/15/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/15/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a></li>
@@ -39,7 +39,7 @@
 
 
 <a name="pg14"/>
-<h2>PostgreSQL 14</h2>
+<h2>Postgres 14</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/14/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/14/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a></li>
@@ -47,7 +47,7 @@
 </ul>
 
 <a name="pg13"/>
-<h2>PostgreSQL 13</h2>
+<h2>Postgres 13</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/13/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/13/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a></li>
@@ -55,7 +55,7 @@
 </ul>
 
 <a name="pg12"/>
-<h2>PostgreSQL 12</h2>
+<h2>Postgres 12</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/12/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
     <li><a href="https://zypp.postgresql.org/12/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
index f01096ea7e25400ee8ac1a7983ae10269e277461..a1b31dbb257d7834e20c27770490f70d9252d00a 100644 (file)
@@ -5,7 +5,7 @@
 <h1>Repo RPMs</h1>
 
 <p class="pgzypp-bold">
-    Please note that PostgreSQL Zypper repository may depend on some extra repositories. Please refer to the 
+    Please note that Postgres Zypper repository may depend on some extra repositories. Please refer to the 
     <a href="https://zypp.postgresql.org/howtozypp/">Zypper Howto</a> page for details before installing PGDG
     repository RPM.
 </p>
@@ -13,7 +13,7 @@
 <h2>Available Repo RPMs</h2>
 <p class="pgzypp-bold pgzypp-warning">
     There is only one repository RPM per distro which
-    includes repository information for all available PostgreSQL releases.
+    includes repository information for all available Postgres releases.
 </p>
 
 <a name="pgsuse"/>
index 18e1c63f63f50c87f51afc098be1c7ce2e22e75a..3e50aa4474fa1aa8fb881e814463e55f52af1747 100644 (file)
@@ -6,21 +6,21 @@
 
 <p>
     Please click OS/Arch to see the list of available packages which are built
-    by the PostgreSQL RPM Buildfarm.</p>
+    by the Postgres RPM Buildfarm.</p>
 
 <a name="pgcommon"/>
-<h2>PostgreSQL Common Repository</h2>
+<h2>Postgres Common Repository</h2>
 <p>
 
 <p>
-    <a href="https://download.postgresql.org/pub/repos/yum/common">Browse</a> the entire set of repositories for <a href="/news/new-repo-rpms-released/" target="_blank" >PostgreSQL Common repository</a>.
+    <a href="https://download.postgresql.org/pub/repos/yum/common">Browse</a> the entire set of repositories for <a href="/news/new-repo-rpms-released/" target="_blank" >Postgres Common repository</a>.
 </p>
 
 
 <a name="pg17"/>
-<h2>PostgreSQL 17</h2>
+<h2>Postgres 17</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/17/suse">Browse</a> the entire set of repositories for PostgreSQL 17.
+    <a href="https://download.postgresql.org/pub/repos/zypp/17/suse">Browse</a> the entire set of repositories for Postgres 17.
 </p>
 
 <table class="table">
@@ -40,9 +40,9 @@
 </table>
 
 <a name="pg16"/>
-<h2>PostgreSQL 16</h2>
+<h2>Postgres 16</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/16/suse">Browse</a> the entire set of repositories for PostgreSQL 16.
+    <a href="https://download.postgresql.org/pub/repos/zypp/16/suse">Browse</a> the entire set of repositories for Postgres 16.
 </p>
 
 <table class="table">
@@ -65,9 +65,9 @@
 </table>
 
 
-<h2>PostgreSQL 15</h2>
+<h2>Postgres 15</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/15/suse">Browse</a> the entire set of repositories for PostgreSQL 15.
+    <a href="https://download.postgresql.org/pub/repos/zypp/15/suse">Browse</a> the entire set of repositories for Postgres 15.
 </p>
 
 <table class="table">
@@ -98,9 +98,9 @@
 </table>
 
 <a name="pg14"/>
-<h2>PostgreSQL 14</h2>
+<h2>Postgres 14</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/14/suse">Browse</a> the entire set of repositories for PostgreSQL 14.
+    <a href="https://download.postgresql.org/pub/repos/zypp/14/suse">Browse</a> the entire set of repositories for Postgres 14.
 </p>
 
 <table class="table">
 </table>
 
 <a name="pg13"/>
-<h2>PostgreSQL 13</h2>
+<h2>Postgres 13</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/13/suse">Browse</a> the entire set of repositories for PostgreSQL 13.
+    <a href="https://download.postgresql.org/pub/repos/zypp/13/suse">Browse</a> the entire set of repositories for Postgres 13.
 </p>
 
 <table class="table">
 </table>
 
 <a name="pg12"/>
-<h2>PostgreSQL 12</h2>
+<h2>Postgres 12</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/12/suse">Browse</a> the entire set of repositories for PostgreSQL 12.
+    <a href="https://download.postgresql.org/pub/repos/zypp/12/suse">Browse</a> the entire set of repositories for Postgres 12.
 </p>
 
 <table class="table">
 
 
 <a name="pg11"/>
-<h2>PostgreSQL 11</h2>
+<h2>Postgres 11</h2>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/zypp/11/suse">Browse</a> the entire set of repositories for PostgreSQL 11.
+    <a href="https://download.postgresql.org/pub/repos/zypp/11/suse">Browse</a> the entire set of repositories for Postgres 11.
 </p>
 
 <table class="table">
index ec906fb6ca957121c15f34f3a038ee183cd1c022..0c285e6b26ad1dd29ef28cc201961bc05170a6ef 100644 (file)
@@ -8,7 +8,7 @@
     For RPMs, please click <a href="/packages/">here</a>.
 </p>
 <a name="pgcommon"/>
-<h2>PostgreSQL Common Repository</h2>
+<h2>Postgres Common Repository</h2>
 
 <ul>
     <li><a href="https://download.postgresql.org/pub/repos/zypp/srpms/common/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li>
 </ul>
 
 <a name="pg17"/>
-<h2>PostgreSQL 17</h2>
+<h2>Postgres 17</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/17/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
 </ul>
 
 <a name="pg16"/>
-<h2>PostgreSQL 16</h2>
+<h2>Postgres 16</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
 </ul>
 
 <a name="pg15"/>
-<h2>PostgreSQL 15</h2>
+<h2>Postgres 15</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
@@ -37,7 +37,7 @@
 </ul>
 
 <a name="pg14"/>
-<h2>PostgreSQL 14</h2>
+<h2>Postgres 14</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
@@ -45,7 +45,7 @@
 </ul>
 
 <a name="pg13"/>
-<h2>PostgreSQL 13</h2>
+<h2>Postgres 13</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
@@ -53,7 +53,7 @@
 </ul>
 
 <a name="pg12"/>
-<h2>PostgreSQL 12</h2>
+<h2>Postgres 12</h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/12/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/12/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
@@ -61,7 +61,7 @@
 </ul>
 
 <a name="pg11"/>
-<h2>PostgreSQL 11 <span class="pgyum-warning"> (no longer maintained by upstream).</span></h2>
+<h2>Postgres 11 <span class="pgyum-warning"> (no longer maintained by upstream).</span></h2>
 <ul>
     <li><a href="https://zypp.postgresql.org/srpms/11/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/11/suse/sles-12.5-x86_64/">SLES 12 SP5</a></li>