Action not permitted
Modal body text goes here.
cve-2018-10915
Vulnerability from cvelistv5
Published
2018-08-09 20:00
Modified
2024-08-05 07:54
Severity ?
EPSS score ?
Summary
A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with "host" or "hostaddr" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.
References
Impacted products
▼ | Vendor | Product |
---|---|---|
PostgreSQL Global Development Group | postgresql |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T07:54:36.359Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "GLSA-201810-08", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/201810-08" }, { "name": "RHSA-2018:2729", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2729" }, { "name": "DSA-4269", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2018/dsa-4269" }, { "name": "RHSA-2018:2643", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "name": "RHSA-2018:2721", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2721" }, { "name": "RHSA-2018:2511", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "name": "USN-3744-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/3744-1/" }, { "name": "[debian-lts-announce] 20180815 [SECURITY] [DLA 1464-1] postgresql-9.4 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html" }, { "name": "RHSA-2018:2566", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "name": "RHSA-2018:2565", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915" }, { "name": "RHSA-2018:3816", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "name": "105054", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/105054" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.postgresql.org/about/news/1878/" }, { "name": "RHSA-2018:2557", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "name": "1041446", "tags": [ "vdb-entry", "x_refsource_SECTRACK", "x_transferred" ], "url": "http://www.securitytracker.com/id/1041446" }, { "name": "openSUSE-SU-2020:1227", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "postgresql", "vendor": "PostgreSQL Global Development Group", "versions": [ { "status": "affected", "version": "10.5" }, { "status": "affected", "version": "9.6.10" }, { "status": "affected", "version": "9.5.14" }, { "status": "affected", "version": "9.4.19" }, { "status": "affected", "version": "9.3.24" } ] } ], "datePublic": "2018-08-09T00:00:00", "descriptions": [ { "lang": "en", "value": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-665", "description": "CWE-665", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-200", "description": "CWE-200", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-89", "description": "CWE-89", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2020-08-17T17:06:12", "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "shortName": "redhat" }, "references": [ { "name": "GLSA-201810-08", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/201810-08" }, { "name": "RHSA-2018:2729", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2729" }, { "name": "DSA-4269", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2018/dsa-4269" }, { "name": "RHSA-2018:2643", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "name": "RHSA-2018:2721", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2721" }, { "name": "RHSA-2018:2511", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "name": "USN-3744-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/3744-1/" }, { "name": "[debian-lts-announce] 20180815 [SECURITY] [DLA 1464-1] postgresql-9.4 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html" }, { "name": "RHSA-2018:2566", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "name": "RHSA-2018:2565", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915" }, { "name": "RHSA-2018:3816", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "name": "105054", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/105054" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.postgresql.org/about/news/1878/" }, { "name": "RHSA-2018:2557", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "name": "1041446", "tags": [ "vdb-entry", "x_refsource_SECTRACK" ], "url": "http://www.securitytracker.com/id/1041446" }, { "name": "openSUSE-SU-2020:1227", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2018-10915", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "postgresql", "version": { "version_data": [ { "version_value": "10.5" }, { "version_value": "9.6.10" }, { "version_value": "9.5.14" }, { "version_value": "9.4.19" }, { "version_value": "9.3.24" } ] } } ] }, "vendor_name": "PostgreSQL Global Development Group" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected." } ] }, "impact": { "cvss": [ [ { "vectorString": "8.5/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" } ] ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-665" } ] }, { "description": [ { "lang": "eng", "value": "CWE-200" } ] }, { "description": [ { "lang": "eng", "value": "CWE-89" } ] } ] }, "references": { "reference_data": [ { "name": "GLSA-201810-08", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201810-08" }, { "name": "RHSA-2018:2729", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2729" }, { "name": "DSA-4269", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2018/dsa-4269" }, { "name": "RHSA-2018:2643", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "name": "RHSA-2018:2721", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2721" }, { "name": "RHSA-2018:2511", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "name": "USN-3744-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3744-1/" }, { "name": "[debian-lts-announce] 20180815 [SECURITY] [DLA 1464-1] postgresql-9.4 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html" }, { "name": "RHSA-2018:2566", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "name": "RHSA-2018:2565", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915" }, { "name": "RHSA-2018:3816", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "name": "105054", "refsource": "BID", "url": "http://www.securityfocus.com/bid/105054" }, { "name": "https://www.postgresql.org/about/news/1878/", "refsource": "CONFIRM", "url": "https://www.postgresql.org/about/news/1878/" }, { "name": "RHSA-2018:2557", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "name": "1041446", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1041446" }, { "name": "openSUSE-SU-2020:1227", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "assignerShortName": "redhat", "cveId": "CVE-2018-10915", "datePublished": "2018-08-09T20:00:00", "dateReserved": "2018-05-09T00:00:00", "dateUpdated": "2024-08-05T07:54:36.359Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2018-10915\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2018-08-09T20:29:00.237\",\"lastModified\":\"2021-08-04T17:14:46.777\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \\\"host\\\" or \\\"hostaddr\\\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.\"},{\"lang\":\"es\",\"value\":\"Se ha encontrado una vulnerabilidad en qemu-img, la biblioteca de cliente por defecto de PostgreSQL por la que libpq fracasa a la hora de restablecer su estado interno entre conexiones. Si se emplea una versi\u00f3n afectada de libpq se emplea con par\u00e1metros de conexi\u00f3n \\\"host\\\" o \\\"hostaddr\\\" desde entradas no fiables, los atacantes podr\u00edan omitir caracter\u00edsticas de seguridad de conexi\u00f3n del lado del cliente, obtener acceso a conexiones con mayores privilegios o, posiblemente, provocar otro tipo de impacto mediante una inyecci\u00f3n SQL. Esto se lograr\u00eda haciendo que las funciones PQescape() funcionen err\u00f3neamente. Se han visto afectadas las versiones anteriores a la 10.5, 9.6.10, 9.5.14, 9.4.19 y 9.3.24 de PostgreSQL.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9},{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":8.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":6.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:S/C:P/I:P/A:P\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\",\"baseScore\":6.0},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":6.8,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-89\"}]},{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"},{\"lang\":\"en\",\"value\":\"CWE-665\"},{\"lang\":\"en\",\"value\":\"CWE-89\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:12:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4D4AC996-B340-4A14-86F7-FF83B4D5EC8F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"704CFA1A-953E-4105-BFBE-406034B83DED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:virtualization:4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6BBD7A51-0590-4DDF-8249-5AFA8D645CB6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_desktop:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"33C068A4-3780-4EAB-A937-6082DF847564\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"51EF4996-72F4-4FA4-814F-F5991E7A8318\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_eus:7.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A4E9DD8A-A68B-4A69-8B01-BFF92A2020A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_workstation:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"825ECE2D-E232-46E0-A047-074B34DB1E97\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"B5A6F2F3-4894-4392-8296-3B8DD2679084\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.3.0\",\"versionEndExcluding\":\"9.3.24\",\"matchCriteriaId\":\"9A79BFBE-69D5-4FCA-B7DD-988E19C47036\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.4.0\",\"versionEndExcluding\":\"9.4.19\",\"matchCriteriaId\":\"D8088C03-9F37-4340-BF7A-3FADE2CDC6A5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.5.0\",\"versionEndExcluding\":\"9.5.14\",\"matchCriteriaId\":\"03CA4B69-446D-4536-B568-2752B718F979\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.6.0\",\"versionEndExcluding\":\"9.6.10\",\"matchCriteriaId\":\"E91FFE36-2647-4506-B46C-F1BE82DBCA98\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"10.0\",\"versionEndExcluding\":\"10.5\",\"matchCriteriaId\":\"889677DE-5E60-4102-9222-E5430B8AF67D\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html\",\"source\":\"secalert@redhat.com\"},{\"url\":\"http://www.securityfocus.com/bid/105054\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1041446\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2511\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2557\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2565\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2566\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2643\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2721\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2729\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:3816\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201810-08\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://usn.ubuntu.com/3744-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2018/dsa-4269\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.postgresql.org/about/news/1878/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Vendor Advisory\"]}]}}" } }
rhsa-2018_2565
Vulnerability from csaf_redhat
Published
2018-08-27 08:22
Modified
2024-11-05 20:43
Summary
Red Hat Security Advisory: rh-postgresql10-postgresql security update
Notes
Topic
An update for rh-postgresql10-postgresql is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PostgreSQL is an advanced object-relational database management system (DBMS).
The following packages have been upgraded to a later upstream version: rh-postgresql10-postgresql (10.5). (BZ#1612673, BZ#1614337)
Security Fix(es):
* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)
* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)
* postgresql: Too-permissive access control list on function pg_logfile_rotate() (CVE-2018-1115)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
Red Hat would like to thank the PostgreSQL project for reporting these issues. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; and Stephen Frost as the original reporter of CVE-2018-1115.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-postgresql10-postgresql is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nThe following packages have been upgraded to a later upstream version: rh-postgresql10-postgresql (10.5). (BZ#1612673, BZ#1614337)\n\nSecurity Fix(es):\n\n* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)\n\n* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)\n\n* postgresql: Too-permissive access control list on function pg_logfile_rotate() (CVE-2018-1115)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank the PostgreSQL project for reporting these issues. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; and Stephen Frost as the original reporter of CVE-2018-1115.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:2565", "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1573276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573276" }, { "category": "external", "summary": "1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2565.json" } ], "title": "Red Hat Security Advisory: rh-postgresql10-postgresql security update", "tracking": { "current_release_date": "2024-11-05T20:43:48+00:00", "generator": { "date": "2024-11-05T20:43:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:2565", "initial_release_date": "2018-08-27T08:22:45+00:00", "revision_history": [ { "date": "2018-08-27T08:22:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-08-27T08:22:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:43:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "product_id": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.5-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "product": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "product_id": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.5-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "product_id": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.5-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.5-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "product_id": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.5-1.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Stephen Frost" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-1115", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "discovery_date": "2018-04-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1573276" } ], "notes": [ { "category": "description", "text": "It was found that pg_catalog.pg_logfile_rotate(), from the adminpack extension, did not follow the same ACLs than pg_rorate_logfile. If the adminpack is added to a database, an attacker able to connect to it could use this flaw to force log rotation.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Too-permissive access control list on function pg_logfile_rotate()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not appear to affect the versions of postgresql as shipped with Red Hat Satellite version 5, CloudForms version 4, Red Hat Single Sign-On 7, and Fuse Service Works 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1115" }, { "category": "external", "summary": "RHBZ#1573276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1115", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1115" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1115", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1115" } ], "release_date": "2018-05-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:22:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2565" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: Too-permissive access control list on function pg_logfile_rotate()" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Andrew Krasichkov" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-10915", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2018-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1609891" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq were used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Certain host connection parameters defeat client-side security defenses", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is only exploitable where an attacker can provide or influence connection parameters to a PostgreSQL client application using libpq. Contrib modules \"dblink\" and \"postgres_fdw\" are examples of applications affected by this flaw.\n\nRed Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the rh-postgresql95-postgresql package as shipped with Red Hat Satellite 5.7 and 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10915" }, { "category": "external", "summary": "RHBZ#1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10915", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10915" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:22:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2565" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Certain host connection parameters defeat client-side security defenses" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] } ], "cve": "CVE-2018-10925", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2018-08-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1612619" } ], "notes": [ { "category": "description", "text": "It was discovered that PostgreSQL failed to properly check authorization on certain statements involved with \"INSERT ... ON CONFLICT DO UPDATE\". An attacker with \"CREATE TABLE\" privileges could exploit this to read arbitrary bytes server memory. If the attacker also had certain \"INSERT\" and limited \"UPDATE\" privileges to a particular table, they could exploit this to update other columns in the same table.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the postsgresql package as shipped with Red Hat Satellite 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5.8. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10925" }, { "category": "external", "summary": "RHBZ#1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10925", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10925" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:22:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2565" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.0" }, "products": [ "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-contrib-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-debuginfo-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-devel-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-docs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-libs-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plperl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-plpython-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-pltcl-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-server-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-static-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-syspaths-0:10.5-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql10-postgresql-test-0:10.5-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements" } ] }
rhsa-2018_2557
Vulnerability from csaf_redhat
Published
2018-08-23 15:18
Modified
2024-11-05 20:42
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for postgresql is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PostgreSQL is an advanced object-relational database management system (DBMS).
The following packages have been upgraded to a later upstream version: postgresql (9.2.24). (BZ#1612667)
Security Fix(es):
* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
Red Hat would like to thank the PostgreSQL project for reporting this issue. Upstream acknowledges Andrew Krasichkov as the original reporter.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for postgresql is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nThe following packages have been upgraded to a later upstream version: postgresql (9.2.24). (BZ#1612667)\n\nSecurity Fix(es):\n\n* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank the PostgreSQL project for reporting this issue. Upstream acknowledges Andrew Krasichkov as the original reporter.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:2557", "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2557.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2024-11-05T20:42:59+00:00", "generator": { "date": "2024-11-05T20:42:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:2557", "initial_release_date": "2018-08-23T15:18:06+00:00", "revision_history": [ { "date": "2018-08-23T15:18:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-08-23T15:18:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:42:59+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "product": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "product_id": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-1.el7_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.i686", "product": { "name": "postgresql-0:9.2.24-1.el7_5.i686", "product_id": "postgresql-0:9.2.24-1.el7_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.i686", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.i686", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.i686", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686", "product_id": "postgresql-static-0:9.2.24-1.el7_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.src", "product": { "name": "postgresql-0:9.2.24-1.el7_5.src", "product_id": "postgresql-0:9.2.24-1.el7_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-server-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-test-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-static-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "product": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "product_id": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-1.el7_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.s390", "product": { "name": "postgresql-0:9.2.24-1.el7_5.s390", "product_id": "postgresql-0:9.2.24-1.el7_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.s390", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.s390", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.s390", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390", "product_id": "postgresql-static-0:9.2.24-1.el7_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "product": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "product_id": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-1.el7_5?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.ppc", "product": { "name": "postgresql-0:9.2.24-1.el7_5.ppc", "product_id": "postgresql-0:9.2.24-1.el7_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.ppc", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc", "product_id": "postgresql-static-0:9.2.24-1.el7_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "product": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "product_id": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-1.el7_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-1.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "product": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "product_id": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-1.el7_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.src", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.i686", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "relates_to_product_reference": "7Workstation-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "relates_to_product_reference": "7Workstation-optional-7.5.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Andrew Krasichkov" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-10915", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2018-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1609891" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq were used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Certain host connection parameters defeat client-side security defenses", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is only exploitable where an attacker can provide or influence connection parameters to a PostgreSQL client application using libpq. Contrib modules \"dblink\" and \"postgres_fdw\" are examples of applications affected by this flaw.\n\nRed Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the rh-postgresql95-postgresql package as shipped with Red Hat Satellite 5.7 and 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10915" }, { "category": "external", "summary": "RHBZ#1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10915", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10915" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-23T15:18:06+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2557" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Client-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Client-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Client-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Client-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7ComputeNode-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7ComputeNode-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7ComputeNode-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7ComputeNode-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Server-optional-Alt-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Server-optional-Alt-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Workstation-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Workstation-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.src", "7Workstation-optional-7.5.Z:postgresql-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-contrib-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-debuginfo-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-devel-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-docs-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-libs-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-plperl-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-plpython-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-pltcl-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-server-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.i686", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-static-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-test-0:9.2.24-1.el7_5.x86_64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.aarch64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.ppc64le", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.s390x", "7Workstation-optional-7.5.Z:postgresql-upgrade-0:9.2.24-1.el7_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Certain host connection parameters defeat client-side security defenses" } ] }
rhsa-2018_3816
Vulnerability from csaf_redhat
Published
2018-12-13 15:15
Modified
2024-11-05 20:54
Summary
Red Hat Security Advisory: CloudForms 4.6.6 security, bug fix and enhancement update
Notes
Topic
An update is now available for CloudForms Management Engine 5.9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat CloudForms Management Engine delivers the insight, control, and automation needed to address the challenges of managing virtual environments. CloudForms Management Engine is built on Ruby on Rails, a model-view-controller (MVC) framework for web application development. Action Pack implements the controller and the view components.
Security Fix(es):
* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)
* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)
* postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask (CVE-2018-1053)
* postgresql: Uncontrolled search path element in pg_dump and other client applications (CVE-2018-1058)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
Red Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915, CVE-2018-10925 and CVE-2018-1053. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; and Tom Lane as the original reporter of CVE-2018-1053.
Additional Changes:
This update fixes various bugs and adds enhancements. Documentation for these changes is available from the Release Notes document.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for CloudForms Management Engine 5.9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat CloudForms Management Engine delivers the insight, control, and automation needed to address the challenges of managing virtual environments. CloudForms Management Engine is built on Ruby on Rails, a model-view-controller (MVC) framework for web application development. Action Pack implements the controller and the view components.\n\nSecurity Fix(es):\n\n* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)\n\n* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)\n\n* postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask (CVE-2018-1053)\n\n* postgresql: Uncontrolled search path element in pg_dump and other client applications (CVE-2018-1058)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915, CVE-2018-10925 and CVE-2018-1053. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; and Tom Lane as the original reporter of CVE-2018-1053.\n\nAdditional Changes:\n\nThis update fixes various bugs and adds enhancements. Documentation for these changes is available from the Release Notes document.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:3816", "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.6/html/release_notes", "url": "https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.6/html/release_notes" }, { "category": "external", "summary": "1539619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1539619" }, { "category": "external", "summary": "1547044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1547044" }, { "category": "external", "summary": "1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "1610547", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1610547" }, { "category": "external", "summary": "1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "external", "summary": "1618836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1618836" }, { "category": "external", "summary": "1623562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1623562" }, { "category": "external", "summary": "1634809", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1634809" }, { "category": "external", "summary": "1635034", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1635034" }, { "category": "external", "summary": "1635255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1635255" }, { "category": "external", "summary": "1635759", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1635759" }, { "category": "external", "summary": "1635788", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1635788" }, { "category": "external", "summary": "1638501", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1638501" }, { "category": "external", "summary": "1639351", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1639351" }, { "category": "external", "summary": "1639353", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1639353" }, { "category": "external", "summary": "1639364", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1639364" }, { "category": "external", "summary": "1640194", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1640194" }, { "category": "external", "summary": "1640258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1640258" }, { "category": "external", "summary": "1640629", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1640629" }, { "category": "external", "summary": "1640631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1640631" }, { "category": "external", "summary": "1641771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1641771" }, { "category": "external", "summary": "1643042", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643042" }, { "category": "external", "summary": "1643261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643261" }, { "category": "external", "summary": "1643263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643263" }, { "category": "external", "summary": "1643539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643539" }, { "category": "external", "summary": "1643959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643959" }, { "category": "external", "summary": "1644410", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1644410" }, { "category": "external", "summary": "1645198", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1645198" }, { "category": "external", "summary": "1645204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1645204" }, { "category": "external", "summary": "1646435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646435" }, { "category": "external", "summary": "1646561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646561" }, { "category": "external", "summary": "1646564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646564" }, { "category": "external", "summary": "1646571", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646571" }, { "category": "external", "summary": "1646599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646599" }, { "category": "external", "summary": "1646604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646604" }, { "category": "external", "summary": "1646605", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646605" }, { "category": "external", "summary": "1646606", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646606" }, { "category": "external", "summary": "1646613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646613" }, { "category": "external", "summary": "1646629", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646629" }, { "category": "external", "summary": "1646646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646646" }, { "category": "external", "summary": "1647056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1647056" }, { "category": "external", "summary": "1647108", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1647108" }, { "category": "external", "summary": "1647188", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1647188" }, { "category": "external", "summary": "1647489", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1647489" }, { "category": "external", "summary": "1648674", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1648674" }, { "category": "external", "summary": "1648948", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1648948" }, { "category": "external", "summary": "1648955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1648955" }, { "category": "external", "summary": "1648991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1648991" }, { "category": "external", "summary": "1649033", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649033" }, { "category": "external", "summary": "1649380", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649380" }, { "category": "external", "summary": "1649419", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649419" }, { "category": "external", "summary": "1650691", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1650691" }, { "category": "external", "summary": "1651291", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651291" }, { "category": "external", "summary": "1651347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651347" }, { "category": "external", "summary": "1651391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651391" }, { "category": "external", "summary": "1653417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1653417" }, { "category": "external", "summary": "1653710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1653710" }, { "category": "external", "summary": "1654436", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1654436" }, { "category": "external", "summary": "1654463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1654463" }, { "category": "external", "summary": "1655081", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1655081" }, { "category": "external", "summary": "1655143", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1655143" }, { "category": "external", "summary": "1655773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1655773" }, { "category": "external", "summary": "1656168", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1656168" }, { "category": "external", "summary": "1656169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1656169" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_3816.json" } ], "title": "Red Hat Security Advisory: CloudForms 4.6.6 security, bug fix and enhancement update", "tracking": { "current_release_date": "2024-11-05T20:54:30+00:00", "generator": { "date": "2024-11-05T20:54:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:3816", "initial_release_date": "2018-12-13T15:15:46+00:00", "revision_history": [ { "date": "2018-12-13T15:15:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-12-13T15:15:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:54:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "CloudForms Management Engine 5.9", "product": { "name": "CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9", "product_identification_helper": { "cpe": "cpe:/a:redhat:cloudforms_managementengine:5.9::el7" } } } ], "category": "product_family", "name": "Red Hat CloudForms" }, { "branches": [ { "category": "product_version", "name": "postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-contrib@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-devel@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-libs@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-plpython@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-test@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-pltcl@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-plperl@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-debuginfo@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-docs@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "product": { "name": "postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "product_id": "postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96-server@9.6.10-1PGDG.el7at?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "product": { "name": "cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "product_id": "cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-appliance@5.9.6.5-1.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "product": { "name": "cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "product_id": "cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-appliance-common@5.9.6.5-1.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "product": { "name": "cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "product_id": "cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-appliance-debuginfo@5.9.6.5-1.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "product": { "name": "cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "product_id": "cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-appliance-tools@5.9.6.5-1.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "product": { "name": "cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "product_id": "cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-gemset@5.9.6.5-2.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "product": { "name": "cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "product_id": "cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-gemset-debuginfo@5.9.6.5-2.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "product": { "name": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "product_id": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-amazon-smartstate@5.9.6.5-2.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "product": { "name": "cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "product_id": "cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-debuginfo@5.9.6.5-3.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "cfme-0:5.9.6.5-3.el7cf.x86_64", "product": { "name": "cfme-0:5.9.6.5-3.el7cf.x86_64", "product_id": "cfme-0:5.9.6.5-3.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme@5.9.6.5-3.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "product": { "name": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "product_id": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/httpd-configmap-generator@0.2.2-1.2.el7cf?arch=x86_64" } } }, { "category": "product_version", "name": "dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "product": { "name": "dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "product_id": "dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dbus-api-service@1.0.1-3.1.el7cf?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql96-0:9.6.10-1PGDG.el7at.src", "product": { "name": "postgresql96-0:9.6.10-1PGDG.el7at.src", "product_id": "postgresql96-0:9.6.10-1PGDG.el7at.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql96@9.6.10-1PGDG.el7at?arch=src" } } }, { "category": "product_version", "name": "cfme-appliance-0:5.9.6.5-1.el7cf.src", "product": { "name": "cfme-appliance-0:5.9.6.5-1.el7cf.src", "product_id": "cfme-appliance-0:5.9.6.5-1.el7cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-appliance@5.9.6.5-1.el7cf?arch=src" } } }, { "category": "product_version", "name": "cfme-gemset-0:5.9.6.5-2.el7cf.src", "product": { "name": "cfme-gemset-0:5.9.6.5-2.el7cf.src", "product_id": "cfme-gemset-0:5.9.6.5-2.el7cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-gemset@5.9.6.5-2.el7cf?arch=src" } } }, { "category": "product_version", "name": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "product": { "name": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "product_id": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme-amazon-smartstate@5.9.6.5-2.el7cf?arch=src" } } }, { "category": "product_version", "name": "cfme-0:5.9.6.5-3.el7cf.src", "product": { "name": "cfme-0:5.9.6.5-3.el7cf.src", "product_id": "cfme-0:5.9.6.5-3.el7cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cfme@5.9.6.5-3.el7cf?arch=src" } } }, { "category": "product_version", "name": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "product": { "name": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "product_id": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/httpd-configmap-generator@0.2.2-1.2.el7cf?arch=src" } } }, { "category": "product_version", "name": "dbus-api-service-0:1.0.1-3.1.el7cf.src", "product": { "name": "dbus-api-service-0:1.0.1-3.1.el7cf.src", "product_id": "dbus-api-service-0:1.0.1-3.1.el7cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/dbus-api-service@1.0.1-3.1.el7cf?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cfme-0:5.9.6.5-3.el7cf.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src" }, "product_reference": "cfme-0:5.9.6.5-3.el7cf.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-0:5.9.6.5-3.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64" }, "product_reference": "cfme-0:5.9.6.5-3.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src" }, "product_reference": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64" }, "product_reference": "cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-appliance-0:5.9.6.5-1.el7cf.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src" }, "product_reference": "cfme-appliance-0:5.9.6.5-1.el7cf.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-appliance-0:5.9.6.5-1.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64" }, "product_reference": "cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64" }, "product_reference": "cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64" }, "product_reference": "cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64" }, "product_reference": "cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64" }, "product_reference": "cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-gemset-0:5.9.6.5-2.el7cf.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src" }, "product_reference": "cfme-gemset-0:5.9.6.5-2.el7cf.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-gemset-0:5.9.6.5-2.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64" }, "product_reference": "cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64" }, "product_reference": "cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "dbus-api-service-0:1.0.1-3.1.el7cf.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src" }, "product_reference": "dbus-api-service-0:1.0.1-3.1.el7cf.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "dbus-api-service-0:1.0.1-3.1.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64" }, "product_reference": "dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src" }, "product_reference": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64" }, "product_reference": "httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-0:9.6.10-1PGDG.el7at.src as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src" }, "product_reference": "postgresql96-0:9.6.10-1PGDG.el7at.src", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64 as a component of CloudForms Management Engine 5.9", "product_id": "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" }, "product_reference": "postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64", "relates_to_product_reference": "7Server-RH7-CFME-5.9" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Tom Lane" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-1053", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "discovery_date": "2018-01-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1539619" } ], "notes": [ { "category": "description", "text": "This release of CloudForms corrects an issue invoked when running pg_upgrade by which attackers could read or modify the output of `pg_dumpall -g` in the current working directory. With this release, any attack is rendered infeasible as the directory mode blocks an intruder from searching the current working directory, and the prevailing umask prevents attackers from opening the file.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of PostgreSQL 9.x as shipped with Red Hat Satellite 5.x and CloudForms 5.x. Red Hat Product Security has rated this issue as having security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1053" }, { "category": "external", "summary": "RHBZ#1539619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1539619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1053", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1053" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1053", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1053" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1829/", "url": "https://www.postgresql.org/about/news/1829/" } ], "release_date": "2018-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-12-13T15:15:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update. After installing the updated packages, the httpd daemon will be restarted automatically.", "product_ids": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:3816" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask" }, { "cve": "CVE-2018-1058", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1547044" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Uncontrolled search path element in pg_dump and other client applications", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of Postgresql as shipped with Red Hat Satellite 5. Red Hat Product Security has rated this issue as having security impact of Low. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1058" }, { "category": "external", "summary": "RHBZ#1547044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1547044" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1058", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1058" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1058", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1058" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1834/", "url": "https://www.postgresql.org/about/news/1834/" } ], "release_date": "2018-03-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-12-13T15:15:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update. After installing the updated packages, the httpd daemon will be restarted automatically.", "product_ids": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "category": "workaround", "details": "Upstream suggests the following mitigation can be used to protect against this security flaw: \nhttps://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path", "product_ids": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: Uncontrolled search path element in pg_dump and other client applications" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Andrew Krasichkov" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-10915", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2018-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1609891" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq were used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Certain host connection parameters defeat client-side security defenses", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is only exploitable where an attacker can provide or influence connection parameters to a PostgreSQL client application using libpq. Contrib modules \"dblink\" and \"postgres_fdw\" are examples of applications affected by this flaw.\n\nRed Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the rh-postgresql95-postgresql package as shipped with Red Hat Satellite 5.7 and 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10915" }, { "category": "external", "summary": "RHBZ#1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10915", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10915" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-12-13T15:15:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update. After installing the updated packages, the httpd daemon will be restarted automatically.", "product_ids": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:3816" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Certain host connection parameters defeat client-side security defenses" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] } ], "cve": "CVE-2018-10925", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2018-08-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1612619" } ], "notes": [ { "category": "description", "text": "It was discovered that PostgreSQL failed to properly check authorization on certain statements involved with \"INSERT ... ON CONFLICT DO UPDATE\". An attacker with \"CREATE TABLE\" privileges could exploit this to read arbitrary bytes server memory. If the attacker also had certain \"INSERT\" and limited \"UPDATE\" privileges to a particular table, they could exploit this to update other columns in the same table.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the postsgresql package as shipped with Red Hat Satellite 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5.8. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10925" }, { "category": "external", "summary": "RHBZ#1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10925", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10925" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-12-13T15:15:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update. After installing the updated packages, the httpd daemon will be restarted automatically.", "product_ids": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:3816" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.src", "7Server-RH7-CFME-5.9:cfme-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-amazon-smartstate-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.src", "7Server-RH7-CFME-5.9:cfme-appliance-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-common-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-debuginfo-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-appliance-tools-0:5.9.6.5-1.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-debuginfo-0:5.9.6.5-3.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.src", "7Server-RH7-CFME-5.9:cfme-gemset-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:cfme-gemset-debuginfo-0:5.9.6.5-2.el7cf.x86_64", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.src", "7Server-RH7-CFME-5.9:dbus-api-service-0:1.0.1-3.1.el7cf.x86_64", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.src", "7Server-RH7-CFME-5.9:httpd-configmap-generator-0:0.2.2-1.2.el7cf.x86_64", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.src", "7Server-RH7-CFME-5.9:postgresql96-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-contrib-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-debuginfo-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-devel-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-docs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-libs-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plperl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-plpython-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-pltcl-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-server-0:9.6.10-1PGDG.el7at.x86_64", "7Server-RH7-CFME-5.9:postgresql96-test-0:9.6.10-1PGDG.el7at.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements" } ] }
rhsa-2018_2566
Vulnerability from csaf_redhat
Published
2018-08-27 08:35
Modified
2024-11-05 20:43
Summary
Red Hat Security Advisory: rh-postgresql96-postgresql security update
Notes
Topic
An update for rh-postgresql96-postgresql is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PostgreSQL is an advanced object-relational database management system (DBMS).
The following packages have been upgraded to a later upstream version: rh-postgresql96-postgresql (9.6.10). (BZ#1614340)
Security Fix(es):
* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)
* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)
* postgresql: Memory disclosure in JSON functions (CVE-2017-15098)
* postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask (CVE-2018-1053)
* postgresql: Uncontrolled search path element in pg_dump and other client applications (CVE-2018-1058)
* postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges (CVE-2017-15099)
* postgresql: Too-permissive access control list on function pg_logfile_rotate() (CVE-2018-1115)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
Red Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915, CVE-2018-10925, CVE-2017-15098, CVE-2018-1053, CVE-2017-15099, and CVE-2018-1115. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; David Rowley as the original reporter of CVE-2017-15098; Tom Lane as the original reporter of CVE-2018-1053; Dean Rasheed as the original reporter of CVE-2017-15099; and Stephen Frost as the original reporter of CVE-2018-1115.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-postgresql96-postgresql is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nThe following packages have been upgraded to a later upstream version: rh-postgresql96-postgresql (9.6.10). (BZ#1614340)\n\nSecurity Fix(es):\n\n* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)\n\n* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)\n\n* postgresql: Memory disclosure in JSON functions (CVE-2017-15098)\n\n* postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask (CVE-2018-1053)\n\n* postgresql: Uncontrolled search path element in pg_dump and other client applications (CVE-2018-1058)\n\n* postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges (CVE-2017-15099)\n\n* postgresql: Too-permissive access control list on function pg_logfile_rotate() (CVE-2018-1115)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915, CVE-2018-10925, CVE-2017-15098, CVE-2018-1053, CVE-2017-15099, and CVE-2018-1115. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; David Rowley as the original reporter of CVE-2017-15098; Tom Lane as the original reporter of CVE-2018-1053; Dean Rasheed as the original reporter of CVE-2017-15099; and Stephen Frost as the original reporter of CVE-2018-1115.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:2566", "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1508820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508820" }, { "category": "external", "summary": "1508823", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508823" }, { "category": "external", "summary": "1539619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1539619" }, { "category": "external", "summary": "1547044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1547044" }, { "category": "external", "summary": "1573276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573276" }, { "category": "external", "summary": "1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2566.json" } ], "title": "Red Hat Security Advisory: rh-postgresql96-postgresql security update", "tracking": { "current_release_date": "2024-11-05T20:43:40+00:00", "generator": { "date": "2024-11-05T20:43:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:2566", "initial_release_date": "2018-08-27T08:35:12+00:00", "revision_history": [ { "date": "2018-08-27T08:35:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-08-27T08:35:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:43:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-libs@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-debuginfo@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-docs@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-syspaths@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-devel@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-test@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server-syspaths@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib-syspaths@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-static@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plpython@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-pltcl@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "product": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "product_id": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plperl@9.6.10-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-libs@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib-syspaths@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-pltcl@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-debuginfo@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-syspaths@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-docs@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-devel@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-test@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server-syspaths@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-static@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plpython@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server@9.6.10-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "product": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "product_id": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plperl@9.6.10-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el6?arch=src" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-libs@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib-syspaths@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-pltcl@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-debuginfo@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-syspaths@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-docs@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-devel@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-test@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server-syspaths@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-static@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plpython@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server@9.6.10-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "product": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "product_id": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plperl@9.6.10-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-libs@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib-syspaths@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-pltcl@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-debuginfo@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-syspaths@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-docs@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-devel@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-test@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server-syspaths@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-static@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plpython@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server@9.6.10-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "product": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "product_id": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plperl@9.6.10-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-libs@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib-syspaths@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-pltcl@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-debuginfo@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-syspaths@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-docs@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-devel@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-contrib@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-test@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server-syspaths@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-static@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plpython@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-server@9.6.10-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "product": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "product_id": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql96-postgresql-plperl@9.6.10-1.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" }, "product_reference": "rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "David Rowley" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2017-15098", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2017-10-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1508820" } ], "notes": [ { "category": "description", "text": "Invalid json_populate_recordset or jsonb_populate_recordset function calls in PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, 9.5.x before 9.5.10, 9.4.x before 9.4.15, and 9.3.x before 9.3.20 can crash the server or disclose a few bytes of server memory.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Memory disclosure in JSON functions", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of rh-postgresql94-postgresql, rh-postgresql95-postgresql, and rh-postgresql96-postgresql as shipped with Red Hat Software Collections 3. Red Hat Product Security has rated this issue as having Moderate security impact. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15098" }, { "category": "external", "summary": "RHBZ#1508820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508820" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15098", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15098" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15098", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15098" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1801/", "url": "https://www.postgresql.org/about/news/1801/" } ], "release_date": "2017-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: Memory disclosure in JSON functions" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Dean Rasheed" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2017-15099", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2017-10-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1508823" } ], "notes": [ { "category": "description", "text": "INSERT ... ON CONFLICT DO UPDATE commands in PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, and 9.5.x before 9.5.10 disclose table contents that the invoker lacks privilege to read. These exploits affect only tables where the attacker lacks full read access but has both INSERT and UPDATE privileges. Exploits bypass row level security policies and lack of SELECT privilege.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of rh-postgresql95-postgresql, and rh-postgresql96-postgresql as shipped with Red Hat Software Collections 3. Red Hat Product Security has rated this issue as having Low security impact. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15099" }, { "category": "external", "summary": "RHBZ#1508823", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508823" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15099", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15099" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15099", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15099" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1801/", "url": "https://www.postgresql.org/about/news/1801/" } ], "release_date": "2017-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Tom Lane" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-1053", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "discovery_date": "2018-01-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1539619" } ], "notes": [ { "category": "description", "text": "This release of CloudForms corrects an issue invoked when running pg_upgrade by which attackers could read or modify the output of `pg_dumpall -g` in the current working directory. With this release, any attack is rendered infeasible as the directory mode blocks an intruder from searching the current working directory, and the prevailing umask prevents attackers from opening the file.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of PostgreSQL 9.x as shipped with Red Hat Satellite 5.x and CloudForms 5.x. Red Hat Product Security has rated this issue as having security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1053" }, { "category": "external", "summary": "RHBZ#1539619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1539619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1053", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1053" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1053", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1053" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1829/", "url": "https://www.postgresql.org/about/news/1829/" } ], "release_date": "2018-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask" }, { "cve": "CVE-2018-1058", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1547044" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Uncontrolled search path element in pg_dump and other client applications", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of Postgresql as shipped with Red Hat Satellite 5. Red Hat Product Security has rated this issue as having security impact of Low. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1058" }, { "category": "external", "summary": "RHBZ#1547044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1547044" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1058", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1058" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1058", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1058" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1834/", "url": "https://www.postgresql.org/about/news/1834/" } ], "release_date": "2018-03-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "category": "workaround", "details": "Upstream suggests the following mitigation can be used to protect against this security flaw: \nhttps://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: Uncontrolled search path element in pg_dump and other client applications" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Stephen Frost" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-1115", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "discovery_date": "2018-04-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1573276" } ], "notes": [ { "category": "description", "text": "It was found that pg_catalog.pg_logfile_rotate(), from the adminpack extension, did not follow the same ACLs than pg_rorate_logfile. If the adminpack is added to a database, an attacker able to connect to it could use this flaw to force log rotation.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Too-permissive access control list on function pg_logfile_rotate()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not appear to affect the versions of postgresql as shipped with Red Hat Satellite version 5, CloudForms version 4, Red Hat Single Sign-On 7, and Fuse Service Works 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1115" }, { "category": "external", "summary": "RHBZ#1573276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1115", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1115" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1115", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1115" } ], "release_date": "2018-05-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: Too-permissive access control list on function pg_logfile_rotate()" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Andrew Krasichkov" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-10915", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2018-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1609891" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq were used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Certain host connection parameters defeat client-side security defenses", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is only exploitable where an attacker can provide or influence connection parameters to a PostgreSQL client application using libpq. Contrib modules \"dblink\" and \"postgres_fdw\" are examples of applications affected by this flaw.\n\nRed Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the rh-postgresql95-postgresql package as shipped with Red Hat Satellite 5.7 and 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10915" }, { "category": "external", "summary": "RHBZ#1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10915", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10915" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Certain host connection parameters defeat client-side security defenses" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] } ], "cve": "CVE-2018-10925", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2018-08-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1612619" } ], "notes": [ { "category": "description", "text": "It was discovered that PostgreSQL failed to properly check authorization on certain statements involved with \"INSERT ... ON CONFLICT DO UPDATE\". An attacker with \"CREATE TABLE\" privileges could exploit this to read arbitrary bytes server memory. If the attacker also had certain \"INSERT\" and limited \"UPDATE\" privileges to a particular table, they could exploit this to update other columns in the same table.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the postsgresql package as shipped with Red Hat Satellite 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5.8. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10925" }, { "category": "external", "summary": "RHBZ#1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10925", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10925" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-27T08:35:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2566" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el6.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-Alt-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Server-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-contrib-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-debuginfo-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-devel-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-docs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-libs-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plperl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-plpython-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-pltcl-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-server-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-static-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-syspaths-0:9.6.10-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.aarch64", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.ppc64le", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.s390x", "7Workstation-RHSCL-3.1:rh-postgresql96-postgresql-test-0:9.6.10-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements" } ] }
rhsa-2018_2511
Vulnerability from csaf_redhat
Published
2018-08-20 10:51
Modified
2024-11-05 20:42
Summary
Red Hat Security Advisory: rh-postgresql95-postgresql security update
Notes
Topic
An update for rh-postgresql95-postgresql is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PostgreSQL is an advanced object-relational database management system (DBMS).
The following packages have been upgraded to a later upstream version: rh-postgresql95-postgresql (9.5.14). (BZ#1612671)
Security Fix(es):
* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)
* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)
* postgresql: Memory disclosure in JSON functions (CVE-2017-15098)
* postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask (CVE-2018-1053)
* postgresql: Uncontrolled search path element in pg_dump and other client applications (CVE-2018-1058)
* postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges (CVE-2017-15099)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
Red Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915, CVE-2018-10925, CVE-2017-15098, CVE-2018-1053, and CVE-2017-15099. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; David Rowley as the original reporter of CVE-2017-15098; Tom Lane as the original reporter of CVE-2018-1053; and Dean Rasheed as the original reporter of CVE-2017-15099.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-postgresql95-postgresql is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nThe following packages have been upgraded to a later upstream version: rh-postgresql95-postgresql (9.5.14). (BZ#1612671)\n\nSecurity Fix(es):\n\n* postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)\n\n* postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements (CVE-2018-10925)\n\n* postgresql: Memory disclosure in JSON functions (CVE-2017-15098)\n\n* postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask (CVE-2018-1053)\n\n* postgresql: Uncontrolled search path element in pg_dump and other client applications (CVE-2018-1058)\n\n* postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges (CVE-2017-15099)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915, CVE-2018-10925, CVE-2017-15098, CVE-2018-1053, and CVE-2017-15099. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915; David Rowley as the original reporter of CVE-2017-15098; Tom Lane as the original reporter of CVE-2018-1053; and Dean Rasheed as the original reporter of CVE-2017-15099.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:2511", "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1508820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508820" }, { "category": "external", "summary": "1508823", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508823" }, { "category": "external", "summary": "1539619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1539619" }, { "category": "external", "summary": "1547044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1547044" }, { "category": "external", "summary": "1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2511.json" } ], "title": "Red Hat Security Advisory: rh-postgresql95-postgresql security update", "tracking": { "current_release_date": "2024-11-05T20:42:45+00:00", "generator": { "date": "2024-11-05T20:42:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:2511", "initial_release_date": "2018-08-20T10:51:37+00:00", "revision_history": [ { "date": "2018-08-20T10:51:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-08-20T10:51:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:42:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-test@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-plpython@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-pltcl@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-devel@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-libs@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-docs@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-static@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-plperl@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-contrib@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-server@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "product": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "product_id": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-debuginfo@9.5.14-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-plpython@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-pltcl@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-test@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-devel@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-docs@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-static@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-plperl@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-contrib@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-server@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-libs@9.5.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "product": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "product_id": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql-debuginfo@9.5.14-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "product": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "product_id": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql@9.5.14-1.el6?arch=src" } } }, { "category": "product_version", "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "product": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "product_id": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql95-postgresql@9.5.14-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.7)", "product_id": "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1-6.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.3)", "product_id": "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)", "product_id": "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" }, "product_reference": "rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "David Rowley" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2017-15098", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2017-10-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1508820" } ], "notes": [ { "category": "description", "text": "Invalid json_populate_recordset or jsonb_populate_recordset function calls in PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, 9.5.x before 9.5.10, 9.4.x before 9.4.15, and 9.3.x before 9.3.20 can crash the server or disclose a few bytes of server memory.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Memory disclosure in JSON functions", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of rh-postgresql94-postgresql, rh-postgresql95-postgresql, and rh-postgresql96-postgresql as shipped with Red Hat Software Collections 3. Red Hat Product Security has rated this issue as having Moderate security impact. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15098" }, { "category": "external", "summary": "RHBZ#1508820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508820" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15098", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15098" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15098", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15098" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1801/", "url": "https://www.postgresql.org/about/news/1801/" } ], "release_date": "2017-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-20T10:51:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2511" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: Memory disclosure in JSON functions" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Dean Rasheed" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2017-15099", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2017-10-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1508823" } ], "notes": [ { "category": "description", "text": "INSERT ... ON CONFLICT DO UPDATE commands in PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, and 9.5.x before 9.5.10 disclose table contents that the invoker lacks privilege to read. These exploits affect only tables where the attacker lacks full read access but has both INSERT and UPDATE privileges. Exploits bypass row level security policies and lack of SELECT privilege.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of rh-postgresql95-postgresql, and rh-postgresql96-postgresql as shipped with Red Hat Software Collections 3. Red Hat Product Security has rated this issue as having Low security impact. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15099" }, { "category": "external", "summary": "RHBZ#1508823", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508823" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15099", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15099" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15099", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15099" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1801/", "url": "https://www.postgresql.org/about/news/1801/" } ], "release_date": "2017-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-20T10:51:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2511" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Tom Lane" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-1053", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "discovery_date": "2018-01-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1539619" } ], "notes": [ { "category": "description", "text": "This release of CloudForms corrects an issue invoked when running pg_upgrade by which attackers could read or modify the output of `pg_dumpall -g` in the current working directory. With this release, any attack is rendered infeasible as the directory mode blocks an intruder from searching the current working directory, and the prevailing umask prevents attackers from opening the file.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of PostgreSQL 9.x as shipped with Red Hat Satellite 5.x and CloudForms 5.x. Red Hat Product Security has rated this issue as having security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1053" }, { "category": "external", "summary": "RHBZ#1539619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1539619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1053", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1053" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1053", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1053" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1829/", "url": "https://www.postgresql.org/about/news/1829/" } ], "release_date": "2018-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-20T10:51:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2511" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: pg_upgrade creates file of sensitive metadata under prevailing umask" }, { "cve": "CVE-2018-1058", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1547044" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Uncontrolled search path element in pg_dump and other client applications", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of Postgresql as shipped with Red Hat Satellite 5. Red Hat Product Security has rated this issue as having security impact of Low. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1058" }, { "category": "external", "summary": "RHBZ#1547044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1547044" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1058", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1058" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1058", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1058" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1834/", "url": "https://www.postgresql.org/about/news/1834/" } ], "release_date": "2018-03-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-20T10:51:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "category": "workaround", "details": "Upstream suggests the following mitigation can be used to protect against this security flaw: \nhttps://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: Uncontrolled search path element in pg_dump and other client applications" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Andrew Krasichkov" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-10915", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2018-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1609891" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq were used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Certain host connection parameters defeat client-side security defenses", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is only exploitable where an attacker can provide or influence connection parameters to a PostgreSQL client application using libpq. Contrib modules \"dblink\" and \"postgres_fdw\" are examples of applications affected by this flaw.\n\nRed Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the rh-postgresql95-postgresql package as shipped with Red Hat Satellite 5.7 and 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10915" }, { "category": "external", "summary": "RHBZ#1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10915", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10915" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-20T10:51:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2511" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Certain host connection parameters defeat client-side security defenses" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] } ], "cve": "CVE-2018-10925", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2018-08-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1612619" } ], "notes": [ { "category": "description", "text": "It was discovered that PostgreSQL failed to properly check authorization on certain statements involved with \"INSERT ... ON CONFLICT DO UPDATE\". An attacker with \"CREATE TABLE\" privileges could exploit this to read arbitrary bytes server memory. If the attacker also had certain \"INSERT\" and limited \"UPDATE\" privileges to a particular table, they could exploit this to update other columns in the same table.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the postsgresql package as shipped with Red Hat Satellite 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5.8. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10925" }, { "category": "external", "summary": "RHBZ#1612619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1612619" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10925", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10925" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10925" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-08-20T10:51:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.", "product_ids": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2511" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1-6.7.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.src", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el6.x86_64", "6Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el6.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.3.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.4.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1-7.5.Z:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Server-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.src", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-contrib-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-debuginfo-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-devel-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-docs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-libs-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plperl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-plpython-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-pltcl-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-server-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-static-0:9.5.14-1.el7.x86_64", "7Workstation-RHSCL-3.1:rh-postgresql95-postgresql-test-0:9.5.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: Missing authorization and memory disclosure in INSERT ... ON CONFLICT DO UPDATE statements" } ] }
rhsa-2018_2643
Vulnerability from csaf_redhat
Published
2018-09-04 14:10
Modified
2024-11-05 20:44
Summary
Red Hat Security Advisory: rhvm-appliance security update
Notes
Topic
An update for rhvm-appliance is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The RHV-M Virtual Appliance automates the process of installing and configuring the Red Hat Virtualization Manager. The appliance is available to download as an OVA file from the Customer Portal.
The following packages have been upgraded to a later upstream version: rhvm-appliance (4.2). (BZ#1590658, BZ#1591095, BZ#1591096, BZ#1592655, BZ#1594636, BZ#1597534, BZ#1612683)
Red Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915 and Ammarit Thongthua (Deloitte Thailand Pentest team) and Nattakit Intarasorn (Deloitte Thailand Pentest team) for reporting CVE-2018-1067. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915.
Security fixes:
* vulnerability: wildfly-core: Path traversal can allow the extraction of .war archives to write arbitrary files (Zip Slip) (CVE-2018-10862)
* vulnerability: apache-cxf: TLS hostname verification does not work correctly with com.sun.net.ssl.* (CVE-2018-8039)
* vulnerability: postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)
* vulnerability: undertow: HTTP header injection using CRLF with UTF-8 Encoding (incomplete fix of ) (CVE-2018-1067, CVE-2016-4993)
* vulnerability: undertow: File descriptor leak caused by JarURLConnection.getLastModified() allows attacker to cause a denial of service (CVE-2018-1114)
* vulnerability: guava: Unbounded memory allocation in AtomicDoubleArray and CompoundOrdering classes allow remote attackers to cause a denial of service (CVE-2018-10237)
* vulnerability: bouncycastle: flaw in the low-level interface to RSA key pair generator (CVE-2018-1000180)
For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE pages listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rhvm-appliance is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The RHV-M Virtual Appliance automates the process of installing and configuring the Red Hat Virtualization Manager. The appliance is available to download as an OVA file from the Customer Portal.\n\nThe following packages have been upgraded to a later upstream version: rhvm-appliance (4.2). (BZ#1590658, BZ#1591095, BZ#1591096, BZ#1592655, BZ#1594636, BZ#1597534, BZ#1612683)\n\nRed Hat would like to thank the PostgreSQL project for reporting CVE-2018-10915 and Ammarit Thongthua (Deloitte Thailand Pentest team) and Nattakit Intarasorn (Deloitte Thailand Pentest team) for reporting CVE-2018-1067. Upstream acknowledges Andrew Krasichkov as the original reporter of CVE-2018-10915.\n\nSecurity fixes:\n\n* vulnerability: wildfly-core: Path traversal can allow the extraction of .war archives to write arbitrary files (Zip Slip) (CVE-2018-10862)\n\n* vulnerability: apache-cxf: TLS hostname verification does not work correctly with com.sun.net.ssl.* (CVE-2018-8039)\n\n* vulnerability: postgresql: Certain host connection parameters defeat client-side security defenses (CVE-2018-10915)\n\n* vulnerability: undertow: HTTP header injection using CRLF with UTF-8 Encoding (incomplete fix of ) (CVE-2018-1067, CVE-2016-4993)\n\n* vulnerability: undertow: File descriptor leak caused by JarURLConnection.getLastModified() allows attacker to cause a denial of service (CVE-2018-1114)\n\n* vulnerability: guava: Unbounded memory allocation in AtomicDoubleArray and CompoundOrdering classes allow remote attackers to cause a denial of service (CVE-2018-10237)\n\n* vulnerability: bouncycastle: flaw in the low-level interface to RSA key pair generator (CVE-2018-1000180)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE pages listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:2643", "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1550671", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1550671" }, { "category": "external", "summary": "1573045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573045" }, { "category": "external", "summary": "1573391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573391" }, { "category": "external", "summary": "1588306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1588306" }, { "category": "external", "summary": "1593527", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1593527" }, { "category": "external", "summary": "1595332", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595332" }, { "category": "external", "summary": "1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "1616249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616249" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2643.json" } ], "title": "Red Hat Security Advisory: rhvm-appliance security update", "tracking": { "current_release_date": "2024-11-05T20:44:01+00:00", "generator": { "date": "2024-11-05T20:44:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:2643", "initial_release_date": "2018-09-04T14:10:19+00:00", "revision_history": [ { "date": "2018-09-04T14:10:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-09-04T14:10:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:44:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product": { "name": "Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor" } } }, { "category": "product_name", "name": "Red Hat Virtualization 4 Hypervisor for RHEL 7", "product": { "name": "Red Hat Virtualization 4 Hypervisor for RHEL 7", "product_id": "7Server-RHEV-4-Hypervisor-7", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor" } } } ], "category": "product_family", "name": "Red Hat Virtualization" }, { "branches": [ { "category": "product_version", "name": "rhvm-appliance-2:4.2-20180828.0.el7.src", "product": { "name": "rhvm-appliance-2:4.2-20180828.0.el7.src", "product_id": "rhvm-appliance-2:4.2-20180828.0.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhvm-appliance@4.2-20180828.0.el7?arch=src\u0026epoch=2" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rhvm-appliance-2:4.2-20180828.0.el7.noarch", "product": { "name": "rhvm-appliance-2:4.2-20180828.0.el7.noarch", "product_id": "rhvm-appliance-2:4.2-20180828.0.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhvm-appliance@4.2-20180828.0.el7?arch=noarch\u0026epoch=2" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhvm-appliance-2:4.2-20180828.0.el7.noarch as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch" }, "product_reference": "rhvm-appliance-2:4.2-20180828.0.el7.noarch", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "rhvm-appliance-2:4.2-20180828.0.el7.src as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src" }, "product_reference": "rhvm-appliance-2:4.2-20180828.0.el7.src", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "rhvm-appliance-2:4.2-20180828.0.el7.noarch as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7", "product_id": "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch" }, "product_reference": "rhvm-appliance-2:4.2-20180828.0.el7.noarch", "relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7" }, { "category": "default_component_of", "full_product_name": { "name": "rhvm-appliance-2:4.2-20180828.0.el7.src as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7", "product_id": "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" }, "product_reference": "rhvm-appliance-2:4.2-20180828.0.el7.src", "relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Ammarit Thongthua", "Nattakit Intarasorn" ], "organization": "Deloitte Thailand Pentest team" } ], "cve": "CVE-2018-1067", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2018-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1550671" } ], "notes": [ { "category": "description", "text": "It was found that the fix for CVE-2016-4993 was incomplete and Undertow web server is vulnerable to the injection of arbitrary HTTP headers, and also response splitting, due to insufficient sanitization and validation of user input before the input is used as part of an HTTP header value.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: HTTP header injection using CRLF with UTF-8 Encoding (incomplete fix of CVE-2016-4993)", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1067" }, { "category": "external", "summary": "RHBZ#1550671", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1550671" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1067", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1067" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1067", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1067" } ], "release_date": "2018-04-25T17:51:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "undertow: HTTP header injection using CRLF with UTF-8 Encoding (incomplete fix of CVE-2016-4993)" }, { "cve": "CVE-2018-1114", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-04-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1573045" } ], "notes": [ { "category": "description", "text": "It was found that URLResource.getLastModified() in Undertow closes the file descriptors only when they are finalized which can cause file descriptors to exhaust. This leads to a file handler leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: File descriptor leak caused by JarURLConnection.getLastModified() allows attacker to cause a denial of service", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1114" }, { "category": "external", "summary": "RHBZ#1573045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1114", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1114" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1114", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1114" }, { "category": "external", "summary": "https://bugs.openjdk.java.net/browse/JDK-6956385", "url": "https://bugs.openjdk.java.net/browse/JDK-6956385" }, { "category": "external", "summary": "https://issues.jboss.org/browse/UNDERTOW-1338", "url": "https://issues.jboss.org/browse/UNDERTOW-1338" } ], "release_date": "2018-04-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "undertow: File descriptor leak caused by JarURLConnection.getLastModified() allows attacker to cause a denial of service" }, { "cve": "CVE-2018-8039", "cwe": { "id": "CWE-248", "name": "Uncaught Exception" }, "discovery_date": "2018-06-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1595332" } ], "notes": [ { "category": "description", "text": "It was discovered that when Apache CXF is configured to use the system property com.sun.net.ssl.internal.www.protocol ,it uses reflection to make the HostnameVerifier work with old com.sun.net.ssl.HostnameVerifier interface. Although the CXF implementation throws an exception, which is caught in the reflection code but it is not properly propagated, this can lead to a man-in-the-middle attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-cxf: TLS hostname verification does not work correctly with com.sun.net.ssl.*", "title": "Vulnerability summary" }, { "category": "other", "text": "In OpenShift Logging the openshift-logging/elasticsearch6-rhel8 container bundles the vulnerable version of apache-cxf, but the vulnerable class is not shipped, hence this component is not affected by this vulnerability.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-8039" }, { "category": "external", "summary": "RHBZ#1595332", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595332" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-8039", "url": "https://www.cve.org/CVERecord?id=CVE-2018-8039" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-8039", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-8039" }, { "category": "external", "summary": "http://cxf.apache.org/security-advisories.data/CVE-2018-8039.txt.asc?version=1\u0026modificationDate=1530184663000\u0026api=v2", "url": "http://cxf.apache.org/security-advisories.data/CVE-2018-8039.txt.asc?version=1\u0026modificationDate=1530184663000\u0026api=v2" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-cxf: TLS hostname verification does not work correctly with com.sun.net.ssl.*" }, { "cve": "CVE-2018-10237", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2018-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1573391" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Guava where the AtomicDoubleArray and CompoundOrdering classes were found to allocate memory based on size fields sent by the client without validation. A crafted message could cause the server to consume all available memory or crash leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "guava: Unbounded memory allocation in AtomicDoubleArray and CompoundOrdering classes allow remote attackers to cause a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Openshift Application Runtimes: Eclipse Vert.x is not exploitable by this flaw, though the vulnerable code is a transient dependency to the product. This issue may be addressed in a future release.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10237" }, { "category": "external", "summary": "RHBZ#1573391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1573391" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10237", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10237" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10237", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10237" }, { "category": "external", "summary": "https://github.com/google/guava/wiki/CVE-2018-10237", "url": "https://github.com/google/guava/wiki/CVE-2018-10237" }, { "category": "external", "summary": "https://groups.google.com/forum/#!topic/guava-announce/xqWALw4W1vs/discussion", "url": "https://groups.google.com/forum/#!topic/guava-announce/xqWALw4W1vs/discussion" } ], "release_date": "2018-04-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "guava: Unbounded memory allocation in AtomicDoubleArray and CompoundOrdering classes allow remote attackers to cause a denial of service" }, { "cve": "CVE-2018-10862", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2018-06-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1593527" } ], "notes": [ { "category": "description", "text": "It was found that the explode function of the deployment utility in jboss-cli and console that allows extraction of files from an archive does not perform necessary validation for directory traversal. This can lead to remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "wildfly-core: Path traversal can allow the extraction of .war archives to write arbitrary files (Zip Slip)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability can only be exploited by users with deployment permissions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10862" }, { "category": "external", "summary": "RHBZ#1593527", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1593527" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10862", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10862" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10862", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10862" }, { "category": "external", "summary": "https://snyk.io/research/zip-slip-vulnerability", "url": "https://snyk.io/research/zip-slip-vulnerability" } ], "release_date": "2018-06-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "wildfly-core: Path traversal can allow the extraction of .war archives to write arbitrary files (Zip Slip)" }, { "acknowledgments": [ { "names": [ "the PostgreSQL project" ] }, { "names": [ "Andrew Krasichkov" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2018-10915", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2018-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1609891" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq were used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: Certain host connection parameters defeat client-side security defenses", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is only exploitable where an attacker can provide or influence connection parameters to a PostgreSQL client application using libpq. Contrib modules \"dblink\" and \"postgres_fdw\" are examples of applications affected by this flaw.\n\nRed Hat Virtualization includes vulnerable versions of postgresql. However this flaw is not known to be exploitable under any supported configuration of Red Hat Virtualization. A future update may address this issue.\n\nThis issue affects the versions of the rh-postgresql95-postgresql package as shipped with Red Hat Satellite 5.7 and 5.8. However, this flaw is not known to be exploitable under any supported scenario in Satellite 5. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10915" }, { "category": "external", "summary": "RHBZ#1609891", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609891" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10915", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10915" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "category": "external", "summary": "https://www.postgresql.org/about/news/1878/", "url": "https://www.postgresql.org/about/news/1878/" } ], "release_date": "2018-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: Certain host connection parameters defeat client-side security defenses" }, { "cve": "CVE-2018-1000180", "cwe": { "id": "CWE-325", "name": "Missing Cryptographic Step" }, "discovery_date": "2018-06-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1588306" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in BouncyCastle. The number of iterations of the Miller-Rabin primality test was incorrectly calculated (according to FIPS 186-4 C.3). Under some circumstances, this could lead to the generation of weak RSA key pairs.", "title": "Vulnerability description" }, { "category": "summary", "text": "bouncycastle: flaw in the low-level interface to RSA key pair generator", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of bouncycastle as shipped with Red Hat Subscription Asset Manager 1.x. Red Hat Product Security has rated this issue as having a security impact of Moderate. No update is planned for this product at this time. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.\n\nRed Hat Satellite 6.5 isn\u0027t vulnerable to this issue, since it doesn\u0027t ship bouncycastle jar file anymore.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1000180" }, { "category": "external", "summary": "RHBZ#1588306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1588306" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000180", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1000180" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000180", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000180" } ], "release_date": "2018-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-09-04T14:10:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891", "product_ids": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2643" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Agents-7:rhvm-appliance-2:4.2-20180828.0.el7.src", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.noarch", "7Server-RHEV-4-Hypervisor-7:rhvm-appliance-2:4.2-20180828.0.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "bouncycastle: flaw in the low-level interface to RSA key pair generator" } ] }
gsd-2018-10915
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with "host" or "hostaddr" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-10915", "description": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.", "id": "GSD-2018-10915", "references": [ "https://www.suse.com/security/cve/CVE-2018-10915.html", "https://www.debian.org/security/2018/dsa-4269", "https://access.redhat.com/errata/RHSA-2018:3816", "https://access.redhat.com/errata/RHSA-2018:2643", "https://access.redhat.com/errata/RHSA-2018:2566", "https://access.redhat.com/errata/RHSA-2018:2565", "https://access.redhat.com/errata/RHSA-2018:2557", "https://access.redhat.com/errata/RHSA-2018:2511", "https://ubuntu.com/security/CVE-2018-10915", "https://advisories.mageia.org/CVE-2018-10915.html", "https://alas.aws.amazon.com/cve/html/CVE-2018-10915.html", "https://linux.oracle.com/cve/CVE-2018-10915.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-10915" ], "details": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.", "id": "GSD-2018-10915", "modified": "2023-12-13T01:22:41.479127Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2018-10915", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "postgresql", "version": { "version_data": [ { "version_value": "10.5" }, { "version_value": "9.6.10" }, { "version_value": "9.5.14" }, { "version_value": "9.4.19" }, { "version_value": "9.3.24" } ] } } ] }, "vendor_name": "PostgreSQL Global Development Group" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected." } ] }, "impact": { "cvss": [ [ { "vectorString": "8.5/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" } ] ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-665" } ] }, { "description": [ { "lang": "eng", "value": "CWE-200" } ] }, { "description": [ { "lang": "eng", "value": "CWE-89" } ] } ] }, "references": { "reference_data": [ { "name": "GLSA-201810-08", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201810-08" }, { "name": "RHSA-2018:2729", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2729" }, { "name": "DSA-4269", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2018/dsa-4269" }, { "name": "RHSA-2018:2643", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "name": "RHSA-2018:2721", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2721" }, { "name": "RHSA-2018:2511", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "name": "USN-3744-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3744-1/" }, { "name": "[debian-lts-announce] 20180815 [SECURITY] [DLA 1464-1] postgresql-9.4 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html" }, { "name": "RHSA-2018:2566", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "name": "RHSA-2018:2565", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915" }, { "name": "RHSA-2018:3816", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "name": "105054", "refsource": "BID", "url": "http://www.securityfocus.com/bid/105054" }, { "name": "https://www.postgresql.org/about/news/1878/", "refsource": "CONFIRM", "url": "https://www.postgresql.org/about/news/1878/" }, { "name": "RHSA-2018:2557", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "name": "1041446", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1041446" }, { "name": "openSUSE-SU-2020:1227", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_workstation:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:virtualization:4.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_desktop:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openstack:12:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "10.5", "versionStartIncluding": "10.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.5.14", "versionStartIncluding": "9.5.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.6.10", "versionStartIncluding": "9.6.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.4.19", "versionStartIncluding": "9.4.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.3.24", "versionStartIncluding": "9.3.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2018-10915" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-89" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.postgresql.org/about/news/1878/", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://www.postgresql.org/about/news/1878/" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915" }, { "name": "DSA-4269", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2018/dsa-4269" }, { "name": "105054", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105054" }, { "name": "[debian-lts-announce] 20180815 [SECURITY] [DLA 1464-1] postgresql-9.4 security update", "refsource": "MLIST", "tags": [ "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html" }, { "name": "1041446", "refsource": "SECTRACK", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securitytracker.com/id/1041446" }, { "name": "USN-3744-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3744-1/" }, { "name": "RHSA-2018:2511", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "name": "RHSA-2018:2557", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "name": "RHSA-2018:2566", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "name": "RHSA-2018:2565", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "name": "RHSA-2018:2643", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "name": "RHSA-2018:2721", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2721" }, { "name": "RHSA-2018:2729", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2729" }, { "name": "GLSA-201810-08", "refsource": "GENTOO", "tags": [], "url": "https://security.gentoo.org/glsa/201810-08" }, { "name": "RHSA-2018:3816", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "name": "openSUSE-SU-2020:1227", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 1.6, "impactScore": 5.9 } }, "lastModifiedDate": "2021-08-04T17:14Z", "publishedDate": "2018-08-09T20:29Z" } } }
ghsa-q7vw-gjh3-qf97
Vulnerability from github
Published
2022-05-13 01:07
Modified
2022-05-13 01:07
Severity ?
Details
A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with "host" or "hostaddr" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.
{ "affected": [], "aliases": [ "CVE-2018-10915" ], "database_specific": { "cwe_ids": [ "CWE-89" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2018-08-09T20:29:00Z", "severity": "HIGH" }, "details": "A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with \"host\" or \"hostaddr\" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.", "id": "GHSA-q7vw-gjh3-qf97", "modified": "2022-05-13T01:07:35Z", "published": "2022-05-13T01:07:35Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10915" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2511" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2557" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2565" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2566" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2643" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2721" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2729" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:3816" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10915" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2018/08/msg00012.html" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/201810-08" }, { "type": "WEB", "url": "https://usn.ubuntu.com/3744-1" }, { "type": "WEB", "url": "https://www.debian.org/security/2018/dsa-4269" }, { "type": "WEB", "url": "https://www.postgresql.org/about/news/1878" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00043.html" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/105054" }, { "type": "WEB", "url": "http://www.securitytracker.com/id/1041446" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.