mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
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:
@ -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
|
||||
|
@ -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}',
|
||||
|
Reference in New Issue
Block a user