Fix "RedHat" type and add instructions for the SUSE rpm repository.

Patches by Devrim Gündüz on pgsql-www.
This commit is contained in:
Stefan Kaltenbrunner
2018-02-15 18:52:02 +01:00
parent 4339b112d0
commit 0fccb6a154
2 changed files with 14 additions and 1 deletions

View File

@ -8,6 +8,19 @@ PostgreSQL is available in all SuSE versions by default. However,
SuSE Linux "snapshots" a specific version of PostgreSQL
that is then supported throughout the lifetime of that SuSE version.
</p>
<a name="zypper"></a><h2>PostgreSQL RPM Repository</h2>
<p>
This repository will integrate with your normal systems and patch management,
and provide automatic updates for PostgreSQL 9.5+ throughout
the support <a href="/support/versioning/">lifetime</a> of PostgreSQL.
</p>
<p>
The PostgreSQL RPM repository currently supports SUSE Enterprise Linux 12.
</p>
<p>
To use the SUSE RPM repository, please follow these <a href="https://zypp.postgresql.org/howtozypp.php">instructions</a>.
</p>
<h2>Included in distribution</h2>
<p>
RPMs for SUSE Linux and openSUSE are available from the

View File

@ -9,7 +9,7 @@ from decimal import Decimal
from tempfile import NamedTemporaryFile
platform_names = {
'redhat': 'RedHat Enterprise Linux {0}',
'redhat': 'Red Hat Enterprise Linux {0}',
'centos': 'CentOS {0}',
'sl': 'Scientific Linux {0}',
'fedora': 'Fedora {0}',